Age | Commit message (Expand) | Author | Files | Lines |
2009-12-30 | tracing: Fix sign fields in ftrace_define_fields_##call() | Lai Jiangshan | 1 | -3/+4 |
2009-12-14 | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 2 | -18/+44 |
2009-12-13 | tracing: Change event->profile_count to be int type | Li Zefan | 1 | -1/+0 |
2009-12-13 | tracing: Move a printk out of ftrace_raw_reg_event_foo() | Li Zefan | 1 | -14/+2 |
2009-12-13 | tracing: Pull up calls to trace_define_common_fields() | Li Zefan | 1 | -4/+0 |
2009-12-13 | tracing: Extract duplicate ftrace_raw_init_event_foo() | Li Zefan | 1 | -31/+4 |
2009-12-13 | ftrace.h: Use common pr_info fmt string | Joe Perches | 1 | -1/+1 |
2009-12-11 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+4 |
2009-12-10 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -14/+40 |
2009-12-10 | itimer: Fix the itimer trace print format | Thomas Gleixner | 1 | -4/+4 |
2009-12-05 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 17 | -770/+832 |
2009-12-05 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -34/+64 |
2009-12-03 | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 1 | -0/+69 |
2009-12-01 | trace_syscalls: Simplify syscall profile | Lai Jiangshan | 1 | -4/+4 |
2009-12-01 | trace_syscalls: Remove duplicate init_enter_##sname() | Lai Jiangshan | 1 | -0/+1 |
2009-12-01 | trace_syscalls: Add syscall_nr field to struct syscall_metadata | Lai Jiangshan | 1 | -1/+2 |
2009-12-01 | trace_syscalls: Remove enter_id exit_id | Lai Jiangshan | 1 | -6/+0 |
2009-12-01 | trace_syscalls: Set event_enter_##sname->data to its metadata | Lai Jiangshan | 1 | -1/+1 |
2009-12-01 | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit | Lai Jiangshan | 1 | -2/+0 |
2009-11-26 | tracepoint: Add signal loss events | Masami Hiramatsu | 1 | -0/+68 |
2009-11-26 | tracepoint: Add signal deliver event | Masami Hiramatsu | 1 | -0/+39 |
2009-11-26 | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 2 | -25/+66 |
2009-11-26 | tracing: Restore original format of sched events | Li Zefan | 1 | -12/+6 |
2009-11-26 | tracing: Convert some ext4 events to DEFINE_TRACE | Li Zefan | 1 | -94/+35 |
2009-11-26 | tracing: Convert some jbd2 events to DEFINE_EVENT | Li Zefan | 1 | -52/+11 |
2009-11-26 | tracing: Convert some block events to DEFINE_EVENT | Li Zefan | 1 | -160/+42 |
2009-11-26 | tracing: Convert some power events to DEFINE_EVENT | Li Zefan | 1 | -21/+15 |
2009-11-26 | tracing: Convert some workqueue events to DEFINE_EVENT | Li Zefan | 1 | -15/+7 |
2009-11-26 | tracing: Convert softirq events to DEFINE_EVENT | Li Zefan | 1 | -25/+21 |
2009-11-26 | tracing: Convert some kmem events to DEFINE_EVENT | Li Zefan | 1 | -90/+40 |
2009-11-26 | tracing: Convert module refcnt events to DEFINE_EVENT | Li Zefan | 1 | -15/+7 |
2009-11-26 | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() | Ingo Molnar | 3 | -27/+27 |
2009-11-25 | tracing: Separate raw syscall from syscall tracer | Lai Jiangshan | 1 | -1/+2 |
2009-11-24 | tracing: Convert some sched trace events to DEFINE_EVENT and _PRINT | Steven Rostedt | 1 | -118/+52 |
2009-11-24 | tracing: Create new DEFINE_EVENT_PRINT | Steven Rostedt | 2 | -4/+124 |
2009-11-24 | tracing: Create new TRACE_EVENT_TEMPLATE | Steven Rostedt | 2 | -42/+113 |
2009-11-24 | ext4: remove encountered_congestion trace | Wu Fengguang | 1 | -4/+2 |
2009-11-23 | perf_events: Undo some recursion damage | Peter Zijlstra | 1 | -8/+9 |
2009-11-22 | ext4: print i_mode in octal in ext4 tracepoints | Theodore Ts'o | 1 | -4/+4 |
2009-11-23 | ext4: call ext4_forget() from ext4_free_blocks() | Theodore Ts'o | 1 | -7/+9 |
2009-11-22 | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 1 | -11/+12 |
2009-11-19 | tracing: Remove the stale include/trace/power.h | Josh Stone | 1 | -32/+0 |
2009-11-17 | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 1 | -4/+4 |
2009-11-23 | ext4: add tracepoint for ext4_forget() | Theodore Ts'o | 1 | -0/+26 |
2009-11-13 | tracing: Fix event format export | Johannes Berg | 1 | -1/+1 |
2009-11-13 | tracing: Rename 'lockdep' event subsystem into 'lock' | Frederic Weisbecker | 1 | -4/+4 |
2009-11-08 | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 1 | -9/+30 |
2009-10-29 | Merge branch 'tracing/urgent' into tracing/core | Ingo Molnar | 1 | -0/+33 |
2009-10-23 | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 7 | -75/+136 |
2009-10-17 | Merge commit 'v2.6.32-rc5' into perf/probes | Ingo Molnar | 4 | -6/+287 |