Age | Commit message (Expand) | Author |
2018-04-10 | perf/core: Fix perf_uprobe_init() | Song Liu |
2018-04-10 | perf/core: Fix perf_kprobe_init() | Masami Hiramatsu |
2018-02-06 | perf/core: Implement the 'perf_uprobe' PMU | Song Liu |
2018-02-06 | perf/core: Implement the 'perf_kprobe' PMU | Song Liu |
2017-10-16 | perf/ftrace: Small cleanup | Peter Zijlstra |
2017-10-16 | perf/ftrace: Fix function trace events | Peter Zijlstra |
2017-10-16 | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-04-07 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov |
2016-04-07 | perf: optimize perf_fetch_caller_regs | Alexei Starovoitov |
2016-03-31 | ftrace/perf: Check sample types only for sampling events | Jiri Olsa |
2016-01-12 | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-12-23 | ftrace: Remove use of control list and ops | Steven Rostedt (Red Hat) |
2015-11-23 | treewide: Remove old email address | Peter Zijlstra |
2015-05-13 | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} | Steven Rostedt (Red Hat) |
2015-01-14 | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) |
2014-07-28 | perf: Check permission only for parent tracepoint event | Jiri Olsa |
2014-04-24 | kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace | Masami Hiramatsu |
2014-03-11 | perf: Disallow user-space stack dumps for function trace events | Jiri Olsa |
2014-03-11 | perf: Disallow user-space callchains for function trace events | Jiri Olsa |
2013-11-19 | perf/trace: Properly use u64 to hold event_id | Vince Weaver |
2013-11-19 | ftrace, perf: Avoid infinite event generation loop | Peter Zijlstra |
2013-11-06 | perf/ftrace: Fix paranoid level for enabling function tracer | Steven Rostedt |
2013-07-18 | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() | Oleg Nesterov |
2013-07-18 | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e... | Oleg Nesterov |
2012-08-21 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar |
2012-07-31 | perf/trace: Add ability to set a target task for events | Andrew Vagin |
2012-07-19 | ftrace: Return pt_regs to function trace callback | Steven Rostedt |
2012-07-19 | ftrace: Pass ftrace_ops as third parameter to function trace callback | Steven Rostedt |
2012-02-21 | ftrace, perf: Add filter support for function trace event | Jiri Olsa |
2012-02-21 | ftrace, perf: Add support to use function tracepoint in perf | Jiri Olsa |
2012-02-21 | ftrace, perf: Add add/del tracepoint perf registration actions | Jiri Olsa |
2012-02-21 | ftrace, perf: Add open/close tracepoint perf registration actions | Jiri Olsa |
2010-11-18 | tracing: New flag to allow non privileged users to use a trace event | Frederic Weisbecker |
2010-09-09 | perf: Rework the PMU methods | Peter Zijlstra |
2010-09-09 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2010-09-09 | perf, trace: Fix module leak | Li Zefan |
2010-08-19 | perf, tracing: add missing __percpu markups | Namhyung Kim |
2010-08-19 | perf: Humanize the number of contexts | Frederic Weisbecker |
2010-08-02 | perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint... | Frederic Weisbecker |
2010-06-28 | tracing: Use class->reg() for all registering of events | Steven Rostedt |
2010-06-28 | Merge branch 'linus' into perf/core | Thomas Gleixner |
2010-06-10 | perf/tracing: Fix regression of perf losing kprobe events | Steven Rostedt |
2010-06-09 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar |
2010-06-08 | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker |
2010-05-31 | perf_events, trace: Fix perf_trace_destroy(), mutex went missing | Peter Zijlstra |
2010-05-31 | perf_events, trace: Fix probe unregister race | Peter Zijlstra |
2010-05-25 | perf, trace: Fix !x86 build bug | Peter Zijlstra |
2010-05-21 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt |