| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Fetch hot regs from the template caller | Frederic Weisbecker | 2010-04-04 | 1 | -11/+12 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-18 | 1 | -20/+24 |
|\ |
|
| * | perf: Drop the obsolete profile naming for trace events | Frederic Weisbecker | 2010-03-10 | 1 | -19/+19 |
| * | perf: Take a hot regs snapshot for trace events | Frederic Weisbecker | 2010-03-10 | 1 | -1/+5 |
* | | rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() | Paul E. McKenney | 2010-03-04 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-28 | 1 | -48/+12 |
|\ |
|
| * | perf: Factorize trace events raw sample buffer operations | Xiao Guangrong | 2010-01-29 | 1 | -42/+6 |
| * | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 1 | -3/+4 |
| |\ |
|
| * | | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan | 2009-12-28 | 1 | -6/+6 |
* | | | tracing: Fix ftrace_event_call alignment for use with gcc 4.5 | Jeff Mahoney | 2010-02-25 | 1 | -1/+2 |
* | | | tracing: Add notrace to TRACE_EVENT implementation functions | Steven Rostedt | 2010-02-16 | 1 | -13/+18 |
* | | | tracing: Remove show_format and related macros from TRACE_EVENT | Lai Jiangshan | 2010-01-06 | 1 | -127/+6 |
* | | | tracing: Add print_fmt field | Lai Jiangshan | 2010-01-06 | 1 | -1/+27 |
| |/
|/| |
|
* | | tracing: Fix sign fields in ftrace_define_fields_##call() | Lai Jiangshan | 2009-12-30 | 1 | -3/+4 |
|/ |
|
* | tracing: Change event->profile_count to be int type | Li Zefan | 2009-12-13 | 1 | -1/+0 |
* | tracing: Move a printk out of ftrace_raw_reg_event_foo() | Li Zefan | 2009-12-13 | 1 | -14/+2 |
* | tracing: Pull up calls to trace_define_common_fields() | Li Zefan | 2009-12-13 | 1 | -4/+0 |
* | tracing: Extract duplicate ftrace_raw_init_event_foo() | Li Zefan | 2009-12-13 | 1 | -31/+4 |
* | ftrace.h: Use common pr_info fmt string | Joe Perches | 2009-12-13 | 1 | -1/+1 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 | 1 | -66/+272 |
|\ |
|
| * | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 2009-11-26 | 1 | -23/+23 |
| * | tracing: Create new DEFINE_EVENT_PRINT | Steven Rostedt | 2009-11-24 | 1 | -4/+119 |
| * | tracing: Create new TRACE_EVENT_TEMPLATE | Steven Rostedt | 2009-11-24 | 1 | -42/+107 |
| * | perf_events: Undo some recursion damage | Peter Zijlstra | 2009-11-23 | 1 | -8/+9 |
| * | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 2009-11-22 | 1 | -11/+12 |
| * | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 2009-11-08 | 1 | -9/+30 |
| * | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 | 1 | -6/+9 |
| |\ |
|
| | * | tracing/events: Add 'signed' field to format files | Tom Zanussi | 2009-10-06 | 1 | -6/+9 |
| * | | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 2009-09-23 | 1 | -55/+70 |
| |\ \
| | |/ |
|
| * | | Merge commit 'tracing/core' into tracing/kprobes | Frederic Weisbecker | 2009-09-11 | 1 | -12/+17 |
| |\ \ |
|
| * | | | tracing: Ftrace dynamic ftrace_event_call support | Masami Hiramatsu | 2009-08-27 | 1 | -8/+8 |
* | | | | tracing: Fix event format export | Johannes Berg | 2009-11-13 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -5/+5 |
* | | | | tracing: Allocate the ftrace event profile buffer dynamically | Frederic Weisbecker | 2009-09-18 | 1 | -28/+55 |
* | | | | tracing: Factorize the events profile accounting | Frederic Weisbecker | 2009-09-18 | 1 | -20/+8 |
|/ / / |
|
* | | | tracing: have TRACE_EVENT macro use __flags to not shadow parameter | Steven Rostedt | 2009-09-14 | 1 | -2/+2 |
* | | | tracing: add static to generated TRACE_EVENT functions | Steven Rostedt | 2009-09-14 | 1 | -2/+2 |
| |/
|/| |
|
* | | tracing: pass around ring buffer instead of tracer | Steven Rostedt | 2009-09-04 | 1 | -5/+10 |
* | | tracing/filters: Defer pred allocation | Li Zefan | 2009-08-31 | 1 | -1/+0 |
* | | tracing: Fix double CPP substitution in TRACE_EVENT_FN | Frederic Weisbecker | 2009-08-28 | 1 | -6/+7 |
|/ |
|
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2009-08-26 | 1 | -0/+9 |
|\ |
|
| * | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-26 | 1 | -0/+9 |
* | | tracing/filters: Add __field_ext() to TRACE_EVENT | Li Zefan | 2009-08-26 | 1 | -7/+24 |
|/ |
|
* | tracing/events: Add trace_define_common_fields() | Li Zefan | 2009-08-19 | 1 | -5/+3 |
* | tracing/events: Add ftrace_event_call param to define_fields() | Li Zefan | 2009-08-19 | 1 | -2/+1 |
* | tracing: Add ftrace event call parameter to its field descriptor handler | Frederic Weisbecker | 2009-08-11 | 1 | -1/+2 |
* | tracing: Add ftrace_event_call void * 'data' field | Jason Baron | 2009-08-11 | 1 | -2/+2 |
* | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-08-11 | 1 | -25/+158 |
|\ |
|
| * | perf_counter: Zero dead bytes from ftrace raw samples size alignment | Frederic Weisbecker | 2009-08-10 | 1 | -0/+4 |