summaryrefslogtreecommitdiff
path: root/include/linux/ftrace_event.h
AgeCommit message (Expand)Author
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)
2015-04-08tracing: Give system name a pointerSteven Rostedt (Red Hat)
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-04-02tracing: Add kprobe flagAlexei Starovoitov
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-01-28tracing: Add array printing helperDave Martin
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)
2014-08-09Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-08-07tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt
2014-07-16tracing: Kill ftrace_event_call->filesOleg Nesterov
2014-07-16tracing: Kill destroy_call_preds()Oleg Nesterov
2014-07-16tracing: Kill destroy_preds() and destroy_file_preds()Oleg Nesterov
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)
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-07tracing: Move raw output code from macro to standalone functionSteven Rostedt
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi
2013-12-21tracing: Add 'enable_event' and 'disable_event' event trigger commandsTom Zanussi
2013-12-21tracing: Add 'stacktrace' event trigger commandTom Zanussi
2013-12-21tracing: Add 'snapshot' event trigger commandTom Zanussi
2013-12-20tracing: Add 'traceon' and 'traceoff' event trigger commandsTom Zanussi
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov
2013-07-26tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)
2013-05-09tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu
2013-04-19tracing: Compare to 1 instead of zero for is_signed_type()Steven Rostedt (Red Hat)
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)
2013-03-15tracing: Fix comments for ftrace_event_file/call flagsSteven Rostedt (Red Hat)
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-03-15tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)
2013-03-15tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)
2013-03-15tracing: Add a helper function for event print functionsLi Zefan
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka
2013-01-21tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt
2013-01-21tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp