summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-053-6/+11
* tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn2019-03-231-9/+7Star
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-231-1/+0Star
* tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi2019-03-231-2/+3
* bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-03-131-12/+2Star
* tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov2019-03-101-1/+4
* tracing: Fix number of entries in trace headerQuentin Perret2019-02-271-0/+2
* tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-02-201-1/+8
* tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-02-151-1/+1
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-191-0/+1
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-191-2/+4
* tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)2018-12-191-1/+4
* bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-12-171-3/+5
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-12-084-3/+62
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-12-051-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-12-051-9/+13
* function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-12-051-2/+2
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-12-052-8/+16
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-12-051-1/+1
* function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-12-051-0/+16
* tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-11-211-13/+26
* tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-11-131-1/+3
* tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu2018-10-191-1/+1
* tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu2018-10-191-6/+24
* tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)2018-10-171-5/+5
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-181-0/+2
* Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-233-1/+25
|\
| * tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-211-1/+8
| * tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu2018-08-212-0/+17
* | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-0/+4
|\ \
| * | tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-08-161-0/+4
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-2135-423/+472
|\ \ \ | | |/ | |/|
| * | tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-178-8/+8
| * | tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-1720-102/+20Star
| * | tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-171-4/+1Star
| * | blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1Star
| * | tracing: Add -mcount-nop option supportVasily Gorbik2018-08-162-0/+7
| * | uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-08-101-1/+1
| * | tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-104-14/+17
| * | ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King2018-08-101-2/+0Star
| * | tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-103-50/+38Star
| * | tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)2018-08-101-29/+37
| * | tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-101-16/+20
| * | tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)2018-08-071-0/+26
| * | trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)2018-08-031-2/+2
| * | tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu2018-08-021-3/+5
| * | ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva2018-08-021-5/+5
| * | ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)2018-08-021-1/+1
| * | ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-021-1/+1
| * | tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-012-2/+2