| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace: Add test to make sure compiled time sorts work | Steven Rostedt (VMware) | 2022-01-13 | 1 | -0/+14 |
* | tracing: Simplify the Kconfig dependency of FTRACE | Masahiro Yamada | 2021-08-16 | 1 | -5/+1 |
* | tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS | Lukas Bulwahn | 2021-08-12 | 1 | -0/+5 |
* | trace: Add timerlat tracer | Daniel Bristot de Oliveira | 2021-06-26 | 1 | -0/+28 |
* | trace: Add osnoise tracer | Daniel Bristot de Oliveira | 2021-06-26 | 1 | -0/+34 |
* | tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig | Rolf Eike Beer | 2021-03-04 | 1 | -1/+1 |
* | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-02-24 | 1 | -0/+13 |
|\ |
|
| * | tracing: add support for objtool mcount | Sami Tolvanen | 2021-02-23 | 1 | -0/+13 |
* | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-02-23 | 1 | -0/+16 |
|\| |
|
| * | tracing: move function tracer options to Kconfig | Sami Tolvanen | 2021-01-09 | 1 | -0/+16 |
* | | kernel: trace: preemptirq_delay_test: add cpu affinity | Song Chen | 2021-02-02 | 1 | -0/+4 |
* | | tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite" | Colin Ian King | 2021-02-02 | 1 | -1/+1 |
* | | tracing/kprobes: Do the notrace functions check without kprobes on ftrace | Masami Hiramatsu | 2021-01-11 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2020-12-17 | 1 | -0/+68 |
|\ |
|
| * | ring-buffer: Add test to validate the time stamp deltas | Steven Rostedt (VMware) | 2020-12-02 | 1 | -0/+20 |
| * | ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default | Steven Rostedt (VMware) | 2020-11-13 | 1 | -0/+9 |
| * | ring-buffer: Add recording of ring buffer recursion into recursed_functions | Steven Rostedt (VMware) | 2020-11-11 | 1 | -0/+14 |
| * | ftrace: Add recording of functions that caused recursion | Steven Rostedt (VMware) | 2020-11-06 | 1 | -0/+25 |
* | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-16 | 1 | -2/+0 |
|\ \ |
|
| * | | timekeeping: remove arch_gettimeoffset | Arnd Bergmann | 2020-10-30 | 1 | -2/+0 |
| |/ |
|
* / | ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency | Naveen N. Rao | 2020-12-01 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2020-06-09 | 1 | -10/+42 |
|\ |
|
| * | tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig option | Mel Gorman | 2020-06-06 | 1 | -9/+0 |
| * | tracing: Move synthetic events to a separate file | Tom Zanussi | 2020-06-01 | 1 | -1/+19 |
| * | tracing: Add hist_debug trace event files for histogram debugging | Tom Zanussi | 2020-06-01 | 1 | -0/+23 |
* | | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception | Peter Zijlstra | 2020-05-19 | 1 | -10/+0 |
* | | Merge tag 'noinstr-lds-2020-05-19' into core/rcu | Thomas Gleixner | 2020-05-19 | 1 | -1/+0 |
|\| |
|
| * | Stop the ad-hoc games with -Wno-maybe-initialized | Linus Torvalds | 2020-05-09 | 1 | -1/+0 |
* | | ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync() | Paul E. McKenney | 2020-04-27 | 1 | -0/+1 |
|/ |
|
* | bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue | Masami Hiramatsu | 2020-02-26 | 1 | -1/+0 |
* | bootconfig: Set CONFIG_BOOT_CONFIG=n by default | Masami Hiramatsu | 2020-02-20 | 1 | -1/+2 |
* | tracing: Move tracing selftests to bottom of menu | Steven Rostedt (VMware) | 2020-01-30 | 1 | -84/+84 |
* | tracing: Move mmio tracer config up with the other tracers | Steven Rostedt (VMware) | 2020-01-30 | 1 | -13/+13 |
* | tracing: Move tracing test module configs together | Steven Rostedt (VMware) | 2020-01-30 | 1 | -11/+11 |
* | tracing: Move all function tracing configs together | Steven Rostedt (VMware) | 2020-01-30 | 1 | -71/+71 |
* | tracing: Add kprobe event command generation test module | Tom Zanussi | 2020-01-30 | 1 | -0/+12 |
* | tracing: Add synth event generation test module | Tom Zanussi | 2020-01-30 | 1 | -0/+13 |
* | tracing/boot: Add boot-time tracing | Masami Hiramatsu | 2020-01-13 | 1 | -0/+9 |
* | Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2019-12-05 | 1 | -0/+9 |
|\ |
|
| * | tracing: Introduce trace event injection | Cong Wang | 2019-12-02 | 1 | -0/+9 |
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2019-11-27 | 1 | -9/+17 |
|\| |
|
| * | tracing: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-23 | 1 | -4/+4 |
| * | tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text | Borislav Petkov | 2019-11-14 | 1 | -2/+2 |
| * | preemptirq_delay_test: Add the burst feature and a sysfs trigger | Viktor Rosendahl (BMW) | 2019-11-13 | 1 | -3/+3 |
| * | ftrace: Add register_ftrace_direct() | Steven Rostedt (VMware) | 2019-11-13 | 1 | -0/+8 |
* | | tracing: Remove unnecessary DEBUG_FS dependency | Kusanagi Kouichi | 2019-11-22 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 1 | -1/+2 |
|\ |
|
| * | bpf: clarify description for CONFIG_BPF_EVENTS | Peter Wu | 2019-08-21 | 1 | -1/+2 |
* | | tracing: Use CONFIG_PREEMPTION | Thomas Gleixner | 2019-07-31 | 1 | -2/+2 |
* | | rcu: Use CONFIG_PREEMPTION | Thomas Gleixner | 2019-07-31 | 1 | -1/+1 |
|/ |
|