aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu1-1/+3
2013-05-09tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)1-12/+20
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu1-2/+10
2013-05-09tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu1-0/+2
2013-05-09tracing: Return error if register_ftrace_function_probe() fails for event_enable_func()Steven Rostedt (Red Hat)1-2/+9
2013-05-09tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu1-1/+4
2013-03-15tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)1-11/+11
2013-03-15tracing: Convert trace_destroy_fields() to staticzhangwei(Jovi)1-1/+1
2013-03-15tracing: Move find_event_field() into trace_events.czhangwei(Jovi)1-2/+29
2013-03-15tracing: Add function probe triggers to enable/disable eventsSteven Rostedt (Red Hat)1-0/+279
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)1-13/+62
2013-03-15tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)1-2/+2
2013-03-15tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)1-3/+7
2013-03-15tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)1-4/+8
2013-03-15tracing: Fix trace events build without modulesSteven Rostedt (Red Hat)1-19/+36
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt1-17/+3
2013-03-15tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt1-7/+20
2013-03-15tracing: Get trace_events kernel command line working againSteven Rostedt1-7/+136
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt1-0/+33
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt1-1/+11
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt1-243/+533
2013-01-21tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt1-1/+0
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-1/+1
2012-11-02tracing: Separate open function from set_event and available_eventsSteven Rostedt1-19/+27
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt1-0/+3
2012-09-24trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia1-36/+72
2012-09-13tracing: 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-14tracing: Convert to kstrtoul_from_userPeter Huewe1-22/+4
2011-05-25tracing: Have event with function tracer check error returnSteven Rostedt1-1/+6
2011-05-06Regression: 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-02tracing: 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/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt1-64/+143
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan1-2/+28