summaryrefslogtreecommitdiff
path: root/include/linux/tracepoint.h
Commit message (Expand)AuthorAge
* rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-27
* tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton2017-06-13
* trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-13
* tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace eventsSteven Rostedt (VMware)2017-04-10
* tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-09
* tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)2016-03-09
* tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)2016-02-15
* Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-12
|\
| * tracing: Introduce TRACE_EVENT_FN_COND macroDenis Kirjanov2015-12-23
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-11
|\ \
| * | tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen2015-12-06
| |/
* | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-07
|/
* tracepoints: Fix documentation of RCU lockdep checksMathieu Desnoyers2015-11-02
* tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-25
* tracing: Allow disabling compilation of specific trace systemsTal Shorer2015-10-20
* tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-08
* tracing: Add condition check to RCU lockdep checksSteven Rostedt (Red Hat)2015-02-07
* tracing: generate RCU warnings even when tracepoints are disabledDave Hansen2014-09-10
* tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt2014-08-07
* tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)2014-05-07
* tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers2014-04-09
* tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)2014-04-08
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-08
* Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-03
|\
| * tracepoint: Remove unused API functionsMathieu Desnoyers2014-03-21
* | tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-03
|/
* Merge branch 'master' into for-nextJiri Kosina2013-12-19
|\
| * ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-19
* | tracepoint: comment fix "binay" -> "binary"Viresh Kumar2013-12-02
|/
* tracing: Add DEFINE_EVENT_FN() macroSteven Rostedt2013-06-20
* trace: Allow idle-safe tracepoints to be called from irqPaul E. McKenney2013-06-10
* trace: Don't declare trace_*_rcuidle functions in modulesJosh Triplett2012-09-12
* tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron2012-07-06
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-24
* tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt2012-02-13
* Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-10
* jump label: Introduce static_branch() interfaceJason Baron2011-04-04
* tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-03
* tracepoint: Add __rcu annotationLai Jiangshan2011-01-07
* tracing/trivial: Add missing comma in TRACE_EVENT commentMathieu Desnoyers2011-01-07
* tracing: Add TRACE_EVENT_CONDITIONAL()Steven Rostedt2010-12-03
* tracing: New macro to set up initial event flags valueFrederic Weisbecker2010-11-18
* jump label: Tracepoint support for jump labelsJason Baron2010-09-22
* tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-21
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-14
* tracepoints: Add check trace callback typeMathieu Desnoyers2010-05-14
* tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one headerSteven Rostedt2010-05-05
* rcu: Fix tracepoints & lockdep false positiveLai Jiangshan2010-03-16
* events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar2009-11-26
* tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2009-11-24