summaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-121-0/+9
|\
| * tracing: Add array printing helperDave Martin2015-01-281-0/+9
* | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-141-3/+4
|/
* tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)2014-11-191-1/+1
* tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)2014-11-191-4/+2Star
* tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt2014-06-211-0/+33
* tracing: Add __get_dynamic_array_len() macro for trace eventsSteven Rostedt (Red Hat)2014-06-041-1/+10
* tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)2014-05-151-1/+56
* tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-101-3/+9
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-091-3/+6
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-27/+11Star
|\
| * Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)2014-03-211-4/+8
| * tracing: Evaluate len expression only once in __dynamic_array macroFilipe Brandenburger2014-03-071-2/+4
| * tracing: Correctly expand len expressions from __dynamic_array macroFilipe Brandenburger2014-03-071-1/+1
| * tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt2014-03-071-16/+6Star
| * tracing: Move event storage for array from macro to standalone functionSteven Rostedt2014-03-071-8/+4Star
| * tracing: Move raw output code from macro to standalone functionSteven Rostedt2014-03-071-9/+1Star
* | tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-201-5/+2Star
|/
* tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-101-19/+4Star
* tracing: Add and use generic set_trigger_filter() implementationTom Zanussi2013-12-221-12/+36
* tracing: Add basic event trigger frameworkTom Zanussi2013-12-211-0/+4
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-021-0/+7
|\
| * ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+7
* | tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)2013-11-261-2/+3
|/
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-4/+3Star
* tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possibleOleg Nesterov2013-08-141-1/+6
* tracing/perf: Reimplement TP_perf_assign() logicOleg Nesterov2013-08-141-8/+11
* tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)Oleg Nesterov2013-08-141-4/+3Star
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-191-4/+0Star
* tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-211-0/+4
* tracing: Remove obsolete macro guard _TRACE_PROFILE_INITzhangwei(Jovi)2013-04-131-2/+0Star
* tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)2013-03-151-0/+8
* tracing: Fix some section mismatch warningsLi Zefan2013-03-151-1/+1
* tracing: Annotate event field-defining functions with __initLi Zefan2013-03-151-1/+1
* tracing: Add a helper function for event print functionsLi Zefan2013-03-151-17/+6Star
* tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt2013-03-151-4/+5
* tracing: Separate out trace events from global variablesSteven Rostedt2013-03-151-1/+2
* tracing: Kill unused and puzzled sample code in ftrace.hShan Wei2012-11-131-73/+0Star
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-2/+1Star
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-1/+5
* tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-281-0/+1
* perf: Fix counter of ftrace eventsAndrew Vagin2011-10-041-0/+3
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-261-0/+13
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-031-11/+13
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-4/+10
* tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker2010-11-181-6/+1Star
* tracing: New macro to set up initial event flags valueFrederic Weisbecker2010-11-181-0/+12
* tracing: Drop cpparg() macroFrederic Weisbecker2010-08-021-5/+2Star
* tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-211-9/+3Star
* tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-291-0/+2