index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
Kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+68
2020-12-16
Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+0
2020-12-01
ring-buffer: Add test to validate the time stamp deltas
Steven Rostedt (VMware)
1
-0
/
+20
2020-11-30
ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency
Naveen N. Rao
1
-1
/
+1
2020-11-13
ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default
Steven Rostedt (VMware)
1
-0
/
+9
2020-11-10
ring-buffer: Add recording of ring buffer recursion into recursed_functions
Steven Rostedt (VMware)
1
-0
/
+14
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
1
-0
/
+25
2020-10-30
timekeeping: remove arch_gettimeoffset
Arnd Bergmann
1
-2
/
+0
2020-06-09
Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-10
/
+42
2020-06-05
tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig option
Mel Gorman
1
-9
/
+0
2020-06-01
tracing: Move synthetic events to a separate file
Tom Zanussi
1
-1
/
+19
2020-06-01
tracing: Add hist_debug trace event files for histogram debugging
Tom Zanussi
1
-0
/
+23
2020-05-19
sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
Peter Zijlstra
1
-10
/
+0
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
1
-1
/
+0
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
1
-1
/
+0
2020-04-27
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
1
-0
/
+1
2020-02-25
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
Masami Hiramatsu
1
-1
/
+0
2020-02-20
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
1
-1
/
+2
2020-01-30
tracing: Move tracing selftests to bottom of menu
Steven Rostedt (VMware)
1
-84
/
+84
2020-01-30
tracing: Move mmio tracer config up with the other tracers
Steven Rostedt (VMware)
1
-13
/
+13
2020-01-30
tracing: Move tracing test module configs together
Steven Rostedt (VMware)
1
-11
/
+11
2020-01-30
tracing: Move all function tracing configs together
Steven Rostedt (VMware)
1
-71
/
+71
2020-01-30
tracing: Add kprobe event command generation test module
Tom Zanussi
1
-0
/
+12
2020-01-30
tracing: Add synth event generation test module
Tom Zanussi
1
-0
/
+13
2020-01-13
tracing/boot: Add boot-time tracing
Masami Hiramatsu
1
-0
/
+9
2019-12-04
Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+9
2019-12-02
tracing: Introduce trace event injection
Cong Wang
1
-0
/
+9
2019-11-27
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-9
/
+17
2019-11-22
tracing: Fix Kconfig indentation
Krzysztof Kozlowski
1
-4
/
+4
2019-11-22
tracing: Remove unnecessary DEBUG_FS dependency
Kusanagi Kouichi
1
-1
/
+0
2019-11-14
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
Borislav Petkov
1
-2
/
+2
2019-11-13
preemptirq_delay_test: Add the burst feature and a sysfs trigger
Viktor Rosendahl (BMW)
1
-3
/
+3
2019-11-13
ftrace: Add register_ftrace_direct()
Steven Rostedt (VMware)
1
-0
/
+8
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+2
2019-08-21
bpf: clarify description for CONFIG_BPF_EVENTS
Peter Wu
1
-1
/
+2
2019-07-31
tracing: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-2
/
+2
2019-07-31
rcu: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-1
/
+1
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+11
2019-05-25
tracing: Make a separate config for trace event self tests
Steven Rostedt (VMware)
1
-1
/
+11
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-08
tracing: stop making gpio tracing configurable
Uwe Kleine-König
1
-7
/
+0
2019-02-27
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
1
-0
/
+1
2018-12-08
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
1
-0
/
+1
2018-12-08
tracing/uprobes: Use dyn_event framework for uprobe events
Masami Hiramatsu
1
-0
/
+1
2018-12-08
tracing/kprobes: Use dyn_event framework for kprobe events
Masami Hiramatsu
1
-0
/
+1
2018-12-08
tracing: Add unified dynamic event framework
Masami Hiramatsu
1
-0
/
+3
2018-08-23
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+12
2018-08-21
tracing: Allow gcov profiling on only ftrace subsystem
Masami Hiramatsu
1
-0
/
+12
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-5
/
+57
2018-08-15
tracing: Add -mcount-nop option support
Vasily Gorbik
1
-0
/
+5
[next]