summaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365Thomas Gleixner2019-06-051-3/+1Star
* tracing: introduce TRACE_EVENT_NOP()Yafang Shao2019-04-081-0/+15
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
|\
| * tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-1/+1
* | tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu2018-11-301-3/+3
|/
* tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers2018-10-171-13/+23
* tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)2018-09-051-2/+6
* kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-221-4/+15
* tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-311-8/+32
* docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-4/+1Star
* tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton2017-06-131-0/+1
* trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-131-3/+3
* tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace eventsSteven Rostedt (VMware)2017-04-101-8/+11
* tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-091-1/+1
* tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)2016-03-091-8/+9
* tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)2016-02-151-0/+5
* Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-131-0/+4
|\
| * tracing: Introduce TRACE_EVENT_FN_COND macroDenis Kirjanov2015-12-231-0/+4
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-111-15/+1Star
|\ \
| * | tracepoints: Move struct tracepoint to new tracepoint-defs.h headerAndi Kleen2015-12-061-15/+1Star
| |/
* / rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-081-2/+2
|/
* tracepoints: Fix documentation of RCU lockdep checksMathieu Desnoyers2015-11-021-4/+5
* tracepoint: Give priority to probes of tracepointsSteven Rostedt (Red Hat)2015-10-261-0/+13
* tracing: Allow disabling compilation of specific trace systemsTal Shorer2015-10-211-3/+14
* tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)2015-04-081-0/+8
* tracing: Add condition check to RCU lockdep checksSteven Rostedt (Red Hat)2015-02-081-1/+1
* tracing: generate RCU warnings even when tracepoints are disabledDave Hansen2014-09-101-0/+11
* tracing: Do not do anything special with tracepoint_string when tracing is di...Steven Rostedt2014-08-081-0/+44
* 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