| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2023-03-14 | 1 | -9/+6 |
|\ |
|
| * | tracing: Make tracepoint lockdep check actually test something | Steven Rostedt (Google) | 2023-03-14 | 1 | -9/+6 |
* | | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2023-02-23 | 1 | -2/+2 |
|\| |
|
| * | tracing: Always use canonical ftrace path | Ross Zwisler | 2023-02-18 | 1 | -2/+2 |
* | | tracing: WARN on rcuidle | Peter Zijlstra | 2023-01-13 | 1 | -2/+13 |
|/ |
|
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2022-08-05 | 1 | -1/+1 |
|\ |
|
| * | tracepoints: It is CONFIG_TRACEPOINTS not CONFIG_TRACEPOINT | Li zeming | 2022-08-02 | 1 | -1/+1 |
* | | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 2022-07-05 | 1 | -2/+2 |
|/ |
|
* | tracing: Fix a typo in tracepoint.h | Huang Shijie | 2021-08-16 | 1 | -1/+1 |
* | tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing | Steven Rostedt (VMware) | 2021-06-29 | 1 | -0/+10 |
* | tracing: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 1 | -1/+1 |
* | tracepoints: Code clean up | Steven Rostedt (VMware) | 2021-02-09 | 1 | -1/+1 |
* | tracepoints: Do not punish non static call users | Steven Rostedt (VMware) | 2021-02-09 | 1 | -10/+13 |
* | tracepoints: Remove unnecessary "data_args" macro parameter | Steven Rostedt (VMware) | 2021-02-09 | 1 | -20/+11 |
* | tracepoint: Fix race between tracing and removing tracepoint | Alexey Kardashevskiy | 2021-02-02 | 1 | -5/+7 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -4/+4 |
* | tracepoint: Fix overly long tracepoint names | peterz@infradead.org | 2020-09-08 | 1 | -9/+9 |
* | tracepoint: Optimize using static_call() | Steven Rostedt (VMware) | 2020-09-01 | 1 | -25/+61 |
* | tracepoint: Use __used attribute definitions from compiler_attributes.h | Nick Desaulniers | 2020-08-03 | 1 | -6/+5 |
* | tracepoint: Mark __tracepoint_string's __used | Nick Desaulniers | 2020-08-03 | 1 | -1/+1 |
* | tracing: Remove DECLARE_TRACE_NOARGS | Nikolay Borisov | 2020-04-22 | 1 | -21/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365 | Thomas Gleixner | 2019-06-05 | 1 | -3/+1 |
* | tracing: introduce TRACE_EVENT_NOP() | Yafang Shao | 2019-04-08 | 1 | -0/+15 |
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-12-04 | 1 | -1/+1 |
|\ |
|
| * | tracing: Replace synchronize_sched() and call_rcu_sched() | Paul E. McKenney | 2018-11-27 | 1 | -1/+1 |
* | | tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique | Zenghui Yu | 2018-11-29 | 1 | -3/+3 |
|/ |
|
* | tracepoint: Fix tracepoint array element size mismatch | Mathieu Desnoyers | 2018-10-17 | 1 | -13/+23 |
* | tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints | Steven Rostedt (VMware) | 2018-09-05 | 1 | -2/+6 |
* | kernel: tracepoints: add support for relative references | Ard Biesheuvel | 2018-08-22 | 1 | -4/+15 |
* | tracepoint: Make rcuidle tracepoint callers use SRCU | Joel Fernandes (Google) | 2018-07-30 | 1 | -8/+32 |
* | docs: fix broken references with multiple hints | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+1 |
* | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney | 2017-11-27 | 1 | -4/+1 |
* | tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values | Jeremy Linton | 2017-06-13 | 1 | -0/+1 |
* | trace: rename trace_enum_map to trace_eval_map | Jeremy Linton | 2017-06-13 | 1 | -3/+3 |
* | tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace events | Steven Rostedt (VMware) | 2017-04-10 | 1 | -8/+11 |
* | tracing: Have the reg function allow to fail | Steven Rostedt (Red Hat) | 2016-12-09 | 1 | -1/+1 |
* | tracing: Fix check for cpu online when event is disabled | Steven Rostedt (Red Hat) | 2016-03-09 | 1 | -8/+9 |
* | tracepoints: Do not trace when cpu is offline | Steven Rostedt (Red Hat) | 2016-02-15 | 1 | -0/+5 |
* | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-01-12 | 1 | -0/+4 |
|\ |
|
| * | tracing: Introduce TRACE_EVENT_FN_COND macro | Denis Kirjanov | 2015-12-23 | 1 | -0/+4 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-01-11 | 1 | -15/+1 |
|\ \ |
|
| * | | tracepoints: Move struct tracepoint to new tracepoint-defs.h header | Andi Kleen | 2015-12-06 | 1 | -15/+1 |
| |/ |
|
* / | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 2015-12-07 | 1 | -2/+2 |
|/ |
|
* | tracepoints: Fix documentation of RCU lockdep checks | Mathieu Desnoyers | 2015-11-02 | 1 | -4/+5 |
* | tracepoint: Give priority to probes of tracepoints | Steven Rostedt (Red Hat) | 2015-10-25 | 1 | -0/+13 |
* | tracing: Allow disabling compilation of specific trace systems | Tal Shorer | 2015-10-20 | 1 | -3/+14 |
* | tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values | Steven Rostedt (Red Hat) | 2015-04-08 | 1 | -0/+8 |
* | tracing: Add condition check to RCU lockdep checks | Steven Rostedt (Red Hat) | 2015-02-07 | 1 | -1/+1 |
* | tracing: generate RCU warnings even when tracepoints are disabled | Dave Hansen | 2014-09-10 | 1 | -0/+11 |
* | tracing: Do not do anything special with tracepoint_string when tracing is di... | Steven Rostedt | 2014-08-07 | 1 | -0/+44 |