aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar2-18/+44
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-1/+0
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan1-14/+2
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-4/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-31/+4
2009-12-13ftrace.h: Use common pr_info fmt stringJoe Perches1-1/+1
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+40
2009-12-10itimer: Fix the itimer trace print formatThomas Gleixner1-4/+4
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds17-770/+832
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-34/+64
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar1-0/+69
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-4/+4
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+1
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-1/+2
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-6/+0
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-1/+1
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-2/+0
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu1-0/+68
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu1-0/+39
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2-25/+66
2009-11-26tracing: Restore original format of sched eventsLi Zefan1-12/+6
2009-11-26tracing: Convert some ext4 events to DEFINE_TRACELi Zefan1-94/+35
2009-11-26tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan1-52/+11
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan1-160/+42
2009-11-26tracing: Convert some power events to DEFINE_EVENTLi Zefan1-21/+15
2009-11-26tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26tracing: Convert softirq events to DEFINE_EVENTLi Zefan1-25/+21
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan1-90/+40
2009-11-26tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan1-15/+7
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar3-27/+27
2009-11-25tracing: Separate raw syscall from syscall tracerLai Jiangshan1-1/+2
2009-11-24tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt1-118/+52
2009-11-24tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2-4/+124
2009-11-24tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt2-42/+113
2009-11-24ext4: remove encountered_congestion traceWu Fengguang1-4/+2
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-8/+9
2009-11-22ext4: print i_mode in octal in ext4 tracepointsTheodore Ts'o1-4/+4
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o1-7/+9
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-11/+12
2009-11-19tracing: Remove the stale include/trace/power.hJosh Stone1-32/+0
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar1-4/+4
2009-11-23ext4: add tracepoint for ext4_forget()Theodore Ts'o1-0/+26
2009-11-13tracing: Fix event format exportJohannes Berg1-1/+1
2009-11-13tracing: Rename 'lockdep' event subsystem into 'lock'Frederic Weisbecker1-4/+4
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-9/+30
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-0/+33
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar7-75/+136
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar4-6/+287