aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov1-12/+6
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov1-34/+12
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov1-144/+9
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)1-0/+6
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov1-2/+33
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov1-32/+15
2013-07-29tracing: Introduce remove_event_file_dir()Oleg Nesterov1-24/+23
2013-07-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov1-4/+9
2013-07-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov1-7/+19
2013-07-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov1-10/+20
2013-07-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov1-5/+13
2013-07-18tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov1-13/+4
2013-07-18tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov1-38/+22
2013-07-18tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam1-2/+19
2013-07-02tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)1-6/+17
2013-07-02tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)1-4/+51
2013-07-01tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam1-1/+10
2013-07-01tracing: Fix disabling of soft disableTom Zanussi1-1/+3
2013-07-01tracing: Simplify code for showing of soft disabled flagTom Zanussi1-10/+10
2013-07-01tracing: Failed to create system directorySteven Rostedt1-6/+35
2013-06-11tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim1-6/+1
2013-06-11tracing/trivial: Consolidate error return conditionHarsh Prateek Bora1-4/+1
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