summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2013-01-211-1/+0
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-1/+1
* tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-021-19/+27
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-311-0/+3
* trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-241-36/+72
* tracing: Skip printing "OK" if failed to disable eventYuanhan Liu2012-09-131-1/+3
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-0/+1
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-1/+1
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-1/+2
* tracing: Do not enable function event with enableSteven Rostedt2012-05-101-1/+4
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-211-0/+2
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-211-3/+7
* tracing: fix event_subsystem ref countingIlya Dryomov2011-12-051-1/+0
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-07-211-18/+95
|\
| * tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-07-071-9/+22
| * tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-071-11/+75
* | tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-141-22/+4
|/
* 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
|\
OpenPOWER on IntegriCloud