aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/ftrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+9
2015-01-28tracing: Add array printing helperDave Martin1-0/+9
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-3/+4
2014-11-19tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)1-1/+1
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)1-4/+2
2014-06-21tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt1-0/+33
2014-06-04tracing: Add __get_dynamic_array_len() macro for trace eventsSteven Rostedt (Red Hat)1-1/+10
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)1-1/+56
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-3/+9
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers1-3/+6
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-27/+11
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)1-4/+8
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik1-5/+2
2014-03-07tracing: Evaluate len expression only once in __dynamic_array macroFilipe Brandenburger1-2/+4
2014-03-07tracing: Correctly expand len expressions from __dynamic_array macroFilipe Brandenburger1-1/+1
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt1-16/+6
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt1-8/+4
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt1-9/+1
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)1-19/+4
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi1-12/+36
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi1-0/+4
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2013-11-26tracing: Allow events to have NULL stringsSteven Rostedt (Red Hat)1-2/+3
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra1-0/+7
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-4/+3
2013-08-13tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possibleOleg Nesterov1-1/+6
2013-08-13tracing/perf: Reimplement TP_perf_assign() logicOleg Nesterov1-8/+11
2013-08-13tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)Oleg Nesterov1-4/+3
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov1-4/+0
2013-06-20tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt1-0/+4
2013-04-12tracing: Remove obsolete macro guard _TRACE_PROFILE_INITzhangwei(Jovi)1-2/+0
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)1-0/+8
2013-03-15tracing: Fix some section mismatch warningsLi Zefan1-1/+1
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan1-1/+1
2013-03-15tracing: Add a helper function for event print functionsLi Zefan1-17/+6
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt1-4/+5
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt1-1/+2
2012-11-13tracing: Kill unused and puzzled sample code in ftrace.hShan Wei1-73/+0
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-2/+1
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-1/+5
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim1-0/+1
2011-10-04perf: Fix counter of ftrace eventsAndrew Vagin1-0/+3
2011-05-25tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo1-0/+13
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt1-11/+13
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt1-4/+10
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker1-6/+1
2010-11-18tracing: New macro to set up initial event flags valueFrederic Weisbecker1-0/+12
2010-08-02tracing: Drop cpparg() macroFrederic Weisbecker1-5/+2
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan1-9/+3
2010-06-28tracing: Use class->reg() for all registering of eventsSteven Rostedt1-0/+2