Age | Commit message (Expand) | Author | Files | Lines |
2014-07-28 | perf: Check permission only for parent tracepoint event |  Jiri Olsa | 1 | -0/+12 |
2014-04-24 | kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace |  Masami Hiramatsu | 1 | -2/+3 |
2014-03-11 | perf: Disallow user-space stack dumps for function trace events |  Jiri Olsa | 1 | -0/+7 |
2014-03-11 | perf: Disallow user-space callchains for function trace events |  Jiri Olsa | 1 | -3/+12 |
2013-11-19 | perf/trace: Properly use u64 to hold event_id |  Vince Weaver | 1 | -1/+1 |
2013-11-19 | ftrace, perf: Avoid infinite event generation loop |  Peter Zijlstra | 1 | -0/+6 |
2013-11-06 | perf/ftrace: Fix paranoid level for enabling function tracer |  Steven Rostedt | 1 | -1/+1 |
2013-07-18 | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() |  Oleg Nesterov | 1 | -0/+4 |
2013-07-18 | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is empty |  Oleg Nesterov | 1 | -2/+4 |
2012-08-21 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core |  Ingo Molnar | 1 | -1/+1 |
2012-07-31 | perf/trace: Add ability to set a target task for events |  Andrew Vagin | 1 | -1/+1 |
2012-07-19 | ftrace: Return pt_regs to function trace callback |  Steven Rostedt | 1 | -1/+1 |
2012-07-19 | ftrace: Pass ftrace_ops as third parameter to function trace callback |  Steven Rostedt | 1 | -1/+2 |
2012-02-21 | ftrace, perf: Add filter support for function trace event |  Jiri Olsa | 1 | -1/+3 |
2012-02-21 | ftrace, perf: Add support to use function tracepoint in perf |  Jiri Olsa | 1 | -0/+86 |
2012-02-21 | ftrace, perf: Add add/del tracepoint perf registration actions |  Jiri Olsa | 1 | -1/+3 |
2012-02-21 | ftrace, perf: Add open/close tracepoint perf registration actions |  Jiri Olsa | 1 | -41/+75 |
2010-11-18 | tracing: New flag to allow non privileged users to use a trace event |  Frederic Weisbecker | 1 | -1/+30 |
2010-09-09 | perf: Rework the PMU methods |  Peter Zijlstra | 1 | -2/+5 |
2010-09-09 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 1 | -0/+3 |
2010-09-09 | perf, trace: Fix module leak |  Li Zefan | 1 | -0/+3 |
2010-08-19 | perf, tracing: add missing __percpu markups |  Namhyung Kim | 1 | -7/+8 |
2010-08-19 | perf: Humanize the number of contexts |  Frederic Weisbecker | 1 | -4/+4 |
2010-08-02 | perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call |  Frederic Weisbecker | 1 | -3/+3 |
2010-06-28 | tracing: Use class->reg() for all registering of events |  Steven Rostedt | 1 | -16/+3 |
2010-06-28 | Merge branch 'linus' into perf/core |  Thomas Gleixner | 1 | -1/+3 |
2010-06-10 | perf/tracing: Fix regression of perf losing kprobe events |  Steven Rostedt | 1 | -1/+3 |
2010-06-09 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core |  Ingo Molnar | 1 | -2/+0 |
2010-06-08 | perf: Drop the skip argument from perf_arch_fetch_regs_caller |  Frederic Weisbecker | 1 | -2/+0 |
2010-05-31 | perf_events, trace: Fix perf_trace_destroy(), mutex went missing |  Peter Zijlstra | 1 | -1/+4 |
2010-05-31 | perf_events, trace: Fix probe unregister race |  Peter Zijlstra | 1 | -2/+8 |
2010-05-25 | perf, trace: Fix !x86 build bug |  Peter Zijlstra | 1 | -1/+3 |
2010-05-21 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 |  Steven Rostedt | 1 | -96/+94 |
2010-05-21 | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events |  Peter Zijlstra | 1 | -60/+67 |
2010-05-21 | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction |  Peter Zijlstra | 1 | -44/+29 |
2010-05-18 | perf/ftrace: Optimize perf/tracepoint interaction for single events |  Peter Zijlstra | 1 | -4/+7 |
2010-05-14 | tracing: Remove duplicate id information in event structure |  Steven Rostedt | 1 | -2/+2 |
2010-05-14 | tracing: Remove per event trace registering |  Steven Rostedt | 1 | -3/+12 |
2010-04-01 | perf: Correctly align perf event tracing buffer |  Frederic Weisbecker | 1 | -2/+9 |
2010-03-18 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -0/+168 |
2010-03-17 | perf: Fix unexported generic perf_arch_fetch_caller_regs |  Frederic Weisbecker | 1 | -0/+2 |
2010-03-11 | perf: export perf_trace_regs and perf_arch_fetch_caller_regs |  Xiao Guangrong | 1 | -0/+1 |
2010-03-10 | perf: Drop the obsolete profile naming for trace events |  Frederic Weisbecker | 1 | -0/+165 |