aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events.c
AgeCommit message (Expand)Author
2016-03-10tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-08tracing: Robustify wait loopPeter Zijlstra
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterOleg Nesterov
2014-07-01tracing: Convert pr_warning() to pr_warn() in trace_events.cFabian Frederick
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2013-12-21tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdefSteven Rostedt (Red Hat)
2013-12-21tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt
2013-11-06tracing: Do not assign filp->private_data to freed memoryGeyslan G. Bem
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov
2013-07-29tracing: Introduce remove_event_file_dir()Oleg Nesterov
2013-07-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov
2013-07-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov
2013-07-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov
2013-07-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov
2013-07-18tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov
2013-07-18tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov
2013-07-18tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam
2013-07-02tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)
2013-07-02tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)
2013-07-01tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam
2013-07-01tracing: Fix disabling of soft disableTom Zanussi
2013-07-01tracing: Simplify code for showing of soft disabled flagTom Zanussi
2013-07-01tracing: Failed to create system directorySteven Rostedt
2013-06-11tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim
2013-06-11tracing/trivial: Consolidate error return conditionHarsh Prateek Bora
2013-05-16tracing: Return -EBUSY when event_enable_func() fails to get moduleMasami Hiramatsu
2013-05-09tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu
2013-05-09tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu
2013-05-09tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)