aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAge
* tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-08-04
* tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2013-07-25
* tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)2013-07-25
* tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-25
* tracing: Failed to create system directorySteven Rostedt2013-07-25
* tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu2013-05-16
* tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-09
* tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-09
* tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-09
* tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)2013-05-09
* tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu2013-05-09
* tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)2013-03-15
* tracing: Convert trace_destroy_fields() to staticzhangwei(Jovi)2013-03-15
* tracing: Move find_event_field() into trace_events.czhangwei(Jovi)2013-03-15
* tracing: Add function probe triggers to enable/disable eventsSteven Rostedt (Red Hat)2013-03-15
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-15
* tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)2013-03-15
* tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)2013-03-15
* tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)2013-03-15
* tracing: Fix trace events build without modulesSteven Rostedt (Red Hat)2013-03-15
* tracing: Use direct field, type and system namesSteven Rostedt2013-03-15
* tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt2013-03-15
* tracing: Get trace_events kernel command line working againSteven Rostedt2013-03-15
* tracing: Add rmdir to remove multibuffer instancesSteven Rostedt2013-03-15
* tracing: Add interface to allow multiple trace buffersSteven Rostedt2013-03-15
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-15
* tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt2013-01-21
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-02
* tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-02
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-31
* trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia2012-09-24
* tracing: Skip printing "OK" if failed to disable eventYuanhan Liu2012-09-13
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-31
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-19
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-19
* tracing: Do not enable function event with enableSteven Rostedt2012-05-10
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
* tracing: fix event_subsystem ref countingIlya Dryomov2011-12-05
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-07-21
|\
| * tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-07-07
| * tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-07
* | tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-14
|/
* tracing: Have event with function tracer check error returnSteven Rostedt2011-05-25
* Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-06
* tracing: Export trace_set_clr_event()Yuanhan Liu2011-03-10
* tracing: Remove lock_depth from event entrySteven Rostedt2011-03-10
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-02
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-19
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\