summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-24trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia1-36/+72
2012-09-14tracing: Skip printing "OK" if failed to disable eventYuanhan Liu1-1/+3
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-0/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-1/+1
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-1/+2
2012-05-10tracing: Do not enable function event with enableSteven Rostedt1-1/+4
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa1-0/+2
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa1-3/+7
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-18/+95
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt1-9/+22
2011-07-07tracing: Fix bug when reading system filters on module removalSteven Rostedt1-11/+75
2011-06-15tracing: Convert to kstrtoul_from_userPeter Huewe1-22/+4
2011-05-26tracing: Have event with function tracer check error returnSteven Rostedt1-1/+6
2011-05-07Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven1-0/+1
2011-03-10tracing: Export trace_set_clr_event()Yuanhan Liu1-0/+1
2011-03-10tracing: Remove lock_depth from event entrySteven Rostedt1-1/+0
2011-02-03tracing: Replace trace_event struct array with pointer arraySteven Rostedt1-6/+6
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt1-0/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+6
2010-08-18tracing: Clean up seqfile code for format fileLi Zefan1-37/+18
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt1-64/+143
2010-08-13tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-07-21tracing: Allow to disable cmdline recordingLi Zefan1-2/+28
2010-06-29tracing: Use class->reg() for all registering of eventsSteven Rostedt1-19/+36
2010-06-29tracing: Remove open-coded __trace_add_event_call()Li Zefan1-51/+19
2010-06-29tracing: Remove test of NULL define_fields callbackLi Zefan1-15/+13
2010-06-29tracing: Don't allocate common fields for every trace eventsLi Zefan1-49/+64
2010-06-04tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-3/+2
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-8/+8
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-4/+3
2010-05-14tracing: Move print functions into event classSteven Rostedt1-3/+3
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-6/+6
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-12/+36
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-9/+23
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-10/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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