aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-1/+1
2010-02-25tracing: Simplify memory recycle of trace_define_fieldWenji Huang1-3/+1
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-12/+0
2010-01-06tracing: Use defined fields and print_fmt to print formatsLai Jiangshan1-24/+41
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan1-5/+15
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-3/+4
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+14
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-24/+23
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar1-4/+3
2009-10-15Merge branch 'tracing/core' into perf/coreIngo Molnar1-12/+11
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi1-12/+12
2009-10-03tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu1-11/+14
2009-10-01Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-38/+18
2009-09-24tracing/event: Cleanup the useless dentry variableFrederic Weisbecker1-12/+11
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-87/+47
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan1-4/+3
2009-09-19tracing/events: use list_for_entry_continueLi Zefan1-34/+15
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar1-3/+3
2009-09-17ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu1-0/+5
2009-09-17ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu1-1/+4
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt1-0/+12
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-1/+1
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt1-0/+1
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com1-47/+13
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-1/+4
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-4/+1
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-2/+4
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-2/+4
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker1-2/+2
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu1-37/+84
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-3/+8
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan1-0/+2
2009-08-19tracing/syscalls: Add filtering supportLi Zefan1-2/+3
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan1-0/+22
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-2/+2
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker1-1/+1
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron1-10/+19
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-2/+2
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker1-26/+26
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra1-1/+1
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt1-1/+1
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong1-1/+31
2009-07-04Merge branch 'master' into for-nextTejun Heo1-6/+22
2009-07-01tracing/events: Add trace_event boot optionLi Zefan1-4/+33
2009-06-24tracing/events: Don't increment @pos in s_start()Li Zefan1-6/+22
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-3/+3