| Commit message (Expand) | Author | Age |
* | tracing: Fix sign fields in ftrace_define_fields_##call() | Lai Jiangshan | 2009-12-30 |
* | tracing: Change event->profile_count to be int type | Li Zefan | 2009-12-13 |
* | tracing: Move a printk out of ftrace_raw_reg_event_foo() | Li Zefan | 2009-12-13 |
* | tracing: Pull up calls to trace_define_common_fields() | Li Zefan | 2009-12-13 |
* | tracing: Extract duplicate ftrace_raw_init_event_foo() | Li Zefan | 2009-12-13 |
* | ftrace.h: Use common pr_info fmt string | Joe Perches | 2009-12-13 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 |
|\ |
|
| * | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 2009-11-26 |
| * | tracing: Create new DEFINE_EVENT_PRINT | Steven Rostedt | 2009-11-24 |
| * | tracing: Create new TRACE_EVENT_TEMPLATE | Steven Rostedt | 2009-11-24 |
| * | perf_events: Undo some recursion damage | Peter Zijlstra | 2009-11-23 |
| * | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 2009-11-22 |
| * | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 2009-11-08 |
| * | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 2009-10-23 |
| |\ |
|
| | * | tracing/events: Add 'signed' field to format files | Tom Zanussi | 2009-10-06 |
| * | | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 2009-09-23 |
| |\| |
|
| * | | Merge commit 'tracing/core' into tracing/kprobes | Frederic Weisbecker | 2009-09-10 |
| |\ \ |
|
| * | | | tracing: Ftrace dynamic ftrace_event_call support | Masami Hiramatsu | 2009-08-26 |
* | | | | tracing: Fix event format export | Johannes Berg | 2009-11-13 |
| |_|/
|/| | |
|
* | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 |
|\ \ \ |
|
| * | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 |
* | | | | tracing: Allocate the ftrace event profile buffer dynamically | Frederic Weisbecker | 2009-09-18 |
* | | | | tracing: Factorize the events profile accounting | Frederic Weisbecker | 2009-09-18 |
|/ / / |
|
* | | | tracing: have TRACE_EVENT macro use __flags to not shadow parameter | Steven Rostedt | 2009-09-14 |
* | | | tracing: add static to generated TRACE_EVENT functions | Steven Rostedt | 2009-09-14 |
| |/
|/| |
|
* | | tracing: pass around ring buffer instead of tracer | Steven Rostedt | 2009-09-04 |
* | | tracing/filters: Defer pred allocation | Li Zefan | 2009-08-31 |
* | | tracing: Fix double CPP substitution in TRACE_EVENT_FN | Frederic Weisbecker | 2009-08-28 |
|/ |
|
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2009-08-26 |
|\ |
|
| * | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-25 |
* | | tracing/filters: Add __field_ext() to TRACE_EVENT | Li Zefan | 2009-08-26 |
|/ |
|
* | tracing/events: Add trace_define_common_fields() | Li Zefan | 2009-08-19 |
* | tracing/events: Add ftrace_event_call param to define_fields() | Li Zefan | 2009-08-19 |
* | tracing: Add ftrace event call parameter to its field descriptor handler | Frederic Weisbecker | 2009-08-11 |
* | tracing: Add ftrace_event_call void * 'data' field | Jason Baron | 2009-08-11 |
* | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-08-11 |
|\ |
|
| * | perf_counter: Zero dead bytes from ftrace raw samples size alignment | Frederic Weisbecker | 2009-08-10 |
| * | perf_counter: Subtract the buffer size field from the event record size | Frederic Weisbecker | 2009-08-10 |
| * | perf_counter: Correct PERF_SAMPLE_RAW output | Peter Zijlstra | 2009-08-10 |
| * | perf_counter: Fix/complete ftrace event records sampling | Frederic Weisbecker | 2009-08-09 |
| * | perf_counter, ftrace: Fix perf_counter integration | Peter Zijlstra | 2009-08-09 |
* | | tracing/events: record the size of dynamic arrays | Li Zefan | 2009-07-20 |
* | | tracing/events: add missing type info of dynamic arrays | Lai Jiangshan | 2009-07-20 |
|/ |
|
* | tracing: do not translate event helper macros in print format | Steven Rostedt | 2009-06-10 |
* | tracing: fix multiple use of __print_flags and __print_symbolic | Steven Whitehouse | 2009-06-03 |
* | tracing/events: introduce __dynamic_array() | Li Zefan | 2009-06-01 |
* | tracing/events: put TP_fast_assign into braces | Li Zefan | 2009-06-01 |
* | tracing/events: fix a typo in __string() format output | Li Zefan | 2009-06-01 |
* | ftrace: don't convert function's local variable name in macro | Zhaolei | 2009-05-27 |
* | tracing: add __print_symbolic to trace events | Steven Rostedt | 2009-05-26 |