summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-03-23tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-13bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-03-10tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-02-15tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2018-12-19tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-19tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-19tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-08tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2018-12-05function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)
2018-12-05function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)
2018-12-05function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-05function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)
2018-12-05function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-10-17tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu
2018-08-21tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-16tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)
2018-08-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-08-16blktrace: Add SPDX License format headerSteven Rostedt (VMware)
2018-08-15tracing: Add -mcount-nop option supportVasily Gorbik
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar