Age | Commit message (Expand) | Author | Files | Lines |
2018-12-08 | tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique | Zenghui Yu | 1 | -3/+3 |
2018-10-17 | tracepoint: Fix tracepoint array element size mismatch | Mathieu Desnoyers | 1 | -13/+23 |
2018-09-05 | tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints | Steven Rostedt (VMware) | 1 | -2/+6 |
2018-08-22 | kernel: tracepoints: add support for relative references | Ard Biesheuvel | 1 | -4/+15 |
2018-07-31 | tracepoint: Make rcuidle tracepoint callers use SRCU | Joel Fernandes (Google) | 1 | -8/+32 |
2018-06-16 | docs: fix broken references with multiple hints | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-11-27 | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney | 1 | -4/+1 |
2017-06-14 | tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values | Jeremy Linton | 1 | -0/+1 |
2017-06-14 | trace: rename trace_enum_map to trace_eval_map | Jeremy Linton | 1 | -3/+3 |
2017-04-10 | tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace events | Steven Rostedt (VMware) | 1 | -8/+11 |
2016-12-09 | tracing: Have the reg function allow to fail | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2016-03-09 | tracing: Fix check for cpu online when event is disabled | Steven Rostedt (Red Hat) | 1 | -8/+9 |
2016-02-15 | tracepoints: Do not trace when cpu is offline | Steven Rostedt (Red Hat) | 1 | -0/+5 |
2016-01-13 | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+4 |
2016-01-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -15/+1 |
2015-12-23 | tracing: Introduce TRACE_EVENT_FN_COND macro | Denis Kirjanov | 1 | -0/+4 |
2015-12-08 | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 1 | -2/+2 |
2015-12-06 | tracepoints: Move struct tracepoint to new tracepoint-defs.h header | Andi Kleen | 1 | -15/+1 |
2015-11-03 | tracepoints: Fix documentation of RCU lockdep checks | Mathieu Desnoyers | 1 | -4/+5 |
2015-10-26 | tracepoint: Give priority to probes of tracepoints | Steven Rostedt (Red Hat) | 1 | -0/+13 |
2015-10-21 | tracing: Allow disabling compilation of specific trace systems | Tal Shorer | 1 | -3/+14 |
2015-04-08 | tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values | Steven Rostedt (Red Hat) | 1 | -0/+8 |
2015-02-08 | tracing: Add condition check to RCU lockdep checks | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-09-10 | tracing: generate RCU warnings even when tracepoints are disabled | Dave Hansen | 1 | -0/+11 |
2014-08-08 | tracing: Do not do anything special with tracepoint_string when tracing is di... | Steven Rostedt | 1 | -0/+44 |
2014-05-07 | tracing: Add trace_<tracepoint>_enabled() function | Steven Rostedt (Red Hat) | 1 | -0/+10 |
2014-04-09 | tracepoint: Fix sparse warnings in tracepoint.c | Mathieu Desnoyers | 1 | -0/+5 |
2014-04-09 | tracepoint: Simplify tracepoint module search | Steven Rostedt (Red Hat) | 1 | -2/+1 |
2014-04-09 | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints | Mathieu Desnoyers | 1 | -16/+25 |
2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -18/+0 |
2014-03-21 | tracepoint: Remove unused API functions | Mathieu Desnoyers | 1 | -18/+0 |
2014-03-04 | tracing: Do not add event files for modules that fail tracepoints | Steven Rostedt (Red Hat) | 1 | -0/+6 |
2013-12-19 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+4 |
2013-12-02 | tracepoint: comment fix "binay" -> "binary" | Viresh Kumar | 1 | -1/+1 |
2013-11-19 | ftrace, perf: Avoid infinite event generation loop | Peter Zijlstra | 1 | -0/+4 |
2013-06-21 | tracing: Add DEFINE_EVENT_FN() macro | Steven Rostedt | 1 | -0/+2 |
2013-06-11 | trace: Allow idle-safe tracepoints to be called from irq | Paul E. McKenney | 1 | -2/+2 |
2012-09-12 | trace: Don't declare trace_*_rcuidle functions in modules | Josh Triplett | 1 | -10/+18 |
2012-07-06 | tracepoint: Use static_key_false(), since static_branch() is deprecated | Jason Baron | 1 | -1/+1 |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 1 | -4/+4 |
2012-02-13 | tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i... | Steven Rostedt | 1 | -4/+18 |
2011-08-11 | Tracepoint: Dissociate from module mutex | Mathieu Desnoyers | 1 | -14/+11 |
2011-04-04 | jump label: Introduce static_branch() interface | Jason Baron | 1 | -12/+10 |
2011-02-03 | tracepoints: Fix section alignment using pointer array | Mathieu Desnoyers | 1 | -15/+20 |
2011-01-08 | tracepoint: Add __rcu annotation | Lai Jiangshan | 1 | -1/+1 |
2011-01-08 | tracing/trivial: Add missing comma in TRACE_EVENT comment | Mathieu Desnoyers | 1 | -1/+1 |
2010-12-03 | tracing: Add TRACE_EVENT_CONDITIONAL() | Steven Rostedt | 1 | -6/+23 |
2010-11-18 | tracing: New macro to set up initial event flags value | Frederic Weisbecker | 1 | -0/+4 |
2010-09-23 | jump label: Tracepoint support for jump labels | Jason Baron | 1 | -1/+4 |
2010-06-21 | tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h | Wu Zhangjin | 1 | -0/+1 |