summaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)2014-05-071-0/+10
* tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers2014-04-091-0/+5
* tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)2014-04-091-2/+1Star
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-091-16/+25
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-18/+0Star
|\
| * tracepoint: Remove unused API functionsMathieu Desnoyers2014-03-211-18/+0Star
* | tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-041-0/+6
|/
* Merge branch 'master' into for-nextJiri Kosina2013-12-191-0/+4
|\
| * ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-191-0/+4
* | tracepoint: comment fix "binay" -> "binary"Viresh Kumar2013-12-021-1/+1
|/
* tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-211-0/+2
* trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-101-2/+2
* trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett2012-09-121-10/+18
* tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron2012-07-061-1/+1
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-4/+4
* tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt2012-02-131-4/+18
* Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-111-14/+11Star
* jump label: Introduce static_branch() interfaceJason Baron2011-04-041-12/+10Star
* tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-031-15/+20
* tracepoint: Add __rcu annotationLai Jiangshan2011-01-081-1/+1
* tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers2011-01-081-1/+1
* tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt2010-12-031-6/+23
* tracing: New macro to set up initial event flags valueFrederic Weisbecker2010-11-181-0/+4
* jump label: Tracepoint support for jump labelsJason Baron2010-09-221-1/+4
* tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-211-0/+1
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-23/+72
* tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-141-1/+6
* tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt2010-05-051-55/+59
* rcu: Fix tracepoints & lockdep false positiveLai Jiangshan2010-03-161-1/+1
* events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar2009-11-261-1/+1
* tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2009-11-251-0/+2
* tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt2009-11-241-0/+4
* tracing: Fix a comment and a trivial format issue in tracepoint.hLi Hong2009-09-221-2/+2
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-261-28/+18Star
|\
| * tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-28/+18Star
* | tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt2009-08-261-2/+11
* | tracing/events: fix the include file dependenciesXiao Guangrong2009-08-261-2/+1Star
|/
* tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron2009-08-111-4/+27
* debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-161-2/+2
* tracing: remove deprecated TRACE_FORMATSteven Rostedt2009-04-241-5/+0Star
* tracing: consolidate trace and trace_event headersSteven Rostedt2009-04-141-1/+8
* tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-8/+8
* tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt2009-03-101-0/+103
* tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt2009-03-101-1/+1
* tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2009-03-101-3/+0Star
* tracing: new format for specialized trace pointsSteven Rostedt2009-03-101-0/+3
* tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-101-3/+3
* tracing: create the C style tracing for the sched subsystemSteven Rostedt2009-02-281-0/+3
* tracing: wrap arguments with PARAMSSteven Rostedt2009-02-261-1/+2
* tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMATSteven Rostedt2009-02-261-1/+1