aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: fix event_subsystem ref countingIlya Dryomov2011-12-091-1/+0
* tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-08-041-9/+22
* tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-08-041-11/+75
* tracing: Have event with function tracer check error returnSteven Rostedt2011-05-251-1/+6
* Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-061-0/+1
* tracing: Export trace_set_clr_event()Yuanhan Liu2011-03-101-0/+1
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-101-1/+0
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-021-6/+6
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-0/+6
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+6
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+6
* | tracing: Clean up seqfile code for format fileLi Zefan2010-08-181-37/+18
|/
* Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt2010-08-161-64/+143
|\
| * tracing/events: Convert format output to seq_fileSteven Rostedt2010-08-121-67/+141
* | tracing: Allow to disable cmdline recordingLi Zefan2010-07-201-2/+28
* | tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-281-19/+36
* | tracing: Remove open-coded __trace_add_event_call()Li Zefan2010-06-281-51/+19
* | tracing: Remove test of NULL define_fields callbackLi Zefan2010-06-281-15/+13
* | tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-281-49/+64
* | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-031-3/+2
|/
* tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-8/+8
* tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-4/+3
* tracing: Move print functions into event classSteven Rostedt2010-05-141-3/+3
* tracing: Move raw_init from events to classSteven Rostedt2010-05-141-6/+6
* tracing: Move fields from event to class structureSteven Rostedt2010-05-141-12/+36
* tracing: Remove per event trace registeringSteven Rostedt2010-05-141-9/+23
* tracing: Create class struct for eventsSteven Rostedt2010-05-141-10/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-1/+1
* tracing: Simplify memory recycle of trace_define_fieldWenji Huang2010-02-251-3/+1
* tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-12/+0
* tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-061-24/+41
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-131-5/+15
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-3/+4
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-0/+14
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-24/+23
|\
| * Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-151-12/+11
| |\
| | * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-011-38/+18
| | |\
| | * | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-241-12/+11
| * | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-12/+12
| | |/ | |/|
* | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-171-4/+3
|\ \ \ | |/ /
| * | tracing: Check the return value of trace_get_user()Li Zefan2009-09-221-4/+3
* | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-031-11/+14
* | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-87/+47
|\ \ \ | |/ /
| * | tracing/events: use list_for_entry_continueLi Zefan2009-09-191-34/+15
| |/
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-09-171-3/+3
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+3
| | |\
| | | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-2/+2
| | | |\
| | | * \ Merge branch 'master' into for-nextTejun Heo2009-07-041-6/+22
| | | |\ \
| | | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-3/+3