summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2-15/+53
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson1-8/+8
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit1-0/+8
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner1-21/+16
2019-04-29tracing: Simplify stack trace retrievalThomas Gleixner1-27/+13
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2-14/+8
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner1-36/+37
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner1-9/+3
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner1-29/+13
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+24
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins1-0/+24
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-17/+20
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)1-1/+4
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy1-0/+6
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-1/+5
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2-16/+6
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)1-0/+3
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)1-4/+0
2019-04-08tracing: Add error_log to READMETom Zanussi1-0/+1
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)5-23/+46
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)1-62/+80
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)3-13/+18
2019-04-08tracing: stop making gpio tracing configurableUwe Kleine-König1-7/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-2/+2
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)1-3/+6
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra1-0/+4
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu4-124/+348
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi1-2/+9
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi1-102/+104
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi1-6/+27
2019-04-02tracing: Add tracing error logTom Zanussi2-0/+222
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi2-24/+51
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing1-1/+1
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam1-6/+6
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand1-1/+1
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds7-25/+44
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2-3/+4
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu3-10/+10
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2-0/+3
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu1-1/+7
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu1-3/+7