Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
94709049fb8442fb2f7b91fbec3c2897a75e18df
/
kernel
/
trace
/
Kconfig
178ba00
sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exception
by Peter Zijlstra
· 5 years ago
1ed0948
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
by Thomas Gleixner
· 4 years, 8 months ago
78a5255
Stop the ad-hoc games with -Wno-maybe-initialized
by Linus Torvalds
· 4 years, 8 months ago
e5a971d
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
by Paul E. McKenney
· 4 years, 10 months ago
2910b5a
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
by Masami Hiramatsu
· 5 years ago
d8a953d
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
by Masami Hiramatsu
· 5 years ago
1e83794
tracing: Move tracing selftests to bottom of menu
by Steven Rostedt (VMware)
· 5 years ago
21b3ce3
tracing: Move mmio tracer config up with the other tracers
by Steven Rostedt (VMware)
· 5 years ago
a48fc4f
tracing: Move tracing test module configs together
by Steven Rostedt (VMware)
· 5 years ago
61778cd7
tracing: Move all function tracing configs together
by Steven Rostedt (VMware)
· 5 years ago
6483624
tracing: Add kprobe event command generation test module
by Tom Zanussi
· 5 years ago
9fe41ef
tracing: Add synth event generation test module
by Tom Zanussi
· 5 years ago
9c5b9d3
tracing/boot: Add boot-time tracing
by Masami Hiramatsu
· 5 years ago
2f13437
Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
6c3edaf
tracing: Introduce trace event injection
by Cong Wang
· 5 years ago
95f1fa9
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
fc809bc
tracing: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
0e4a459
tracing: Remove unnecessary DEBUG_FS dependency
by Kusanagi Kouichi
· 5 years ago
9b47120
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
by Borislav Petkov
· 5 years ago
7939372
preemptirq_delay_test: Add the burst feature and a sysfs trigger
by Viktor Rosendahl (BMW)
· 5 years ago
763e34e
ftrace: Add register_ftrace_direct()
by Steven Rostedt (VMware)
· 5 years ago
81160dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
5cbd22c
bpf: clarify description for CONFIG_BPF_EVENTS
by Peter Wu
· 5 years ago
30c9370
tracing: Use CONFIG_PREEMPTION
by Thomas Gleixner
· 5 years ago
01b1d88
rcu: Use CONFIG_PREEMPTION
by Thomas Gleixner
· 5 years ago
818e95c
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
b3015fe
tracing: Make a separate config for trace event self tests
by Steven Rostedt (VMware)
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
12f2639
tracing: stop making gpio tracing configurable
by Uwe Kleine-König
· 6 years ago
b303c6d
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
by Masahiro Yamada
· 6 years ago
7bbab38
tracing: Use dyn_event framework for synthetic events
by Masami Hiramatsu
· 6 years ago
0597c49
tracing/uprobes: Use dyn_event framework for uprobe events
by Masami Hiramatsu
· 6 years ago
6212dd2
tracing/kprobes: Use dyn_event framework for kprobe events
by Masami Hiramatsu
· 6 years ago
5448d44
tracing: Add unified dynamic event framework
by Masami Hiramatsu
· 6 years ago
452938cb
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
6b7dca4
tracing: Allow gcov profiling on only ftrace subsystem
by Masami Hiramatsu
· 6 years ago
7140ad3
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
2f4df00
tracing: Add -mcount-nop option support
by Vasily Gorbik
· 6 years ago
c3bc8fd
tracing: Centralize preemptirq tracepoints and unify their usage
by Joel Fernandes (Google)
· 6 years ago
45408c4
tracing: kprobes: Prohibit probing on notrace function
by Masami Hiramatsu
· 6 years ago
1fee4f7
doc: tracing: Fix a typo of trace_stat
by Masami Hiramatsu
· 6 years ago
f96e857
lib: Add module for testing preemptoff/irqsoff latency tracers
by Joel Fernandes (Google)
· 7 years ago
ea27225
docs: histogram.txt: convert it to ReST file format
by Mauro Carvalho Chehab
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
0ea5ee0
tracing: Remove PPC32 wart from config TRACING_SUPPORT
by Michael Ellerman
· 7 years ago
89e270c
tracing: Add inter-event blurb to HIST_TRIGGERS config option
by Tom Zanussi
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
68e76e0
tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
by Randy Dunlap
· 7 years ago
540adea
error-injection: Separate error-injection from kprobe
by Masami Hiramatsu
· 7 years ago
b4da334
tracing/kprobe: bpf: Check error injectable event is on function entry
by Masami Hiramatsu
· 7 years ago
59436c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
9802d86
bpf: add a bpf_override_function helper
by Josef Bacik
· 7 years ago
2dde6b0
tracing: make PREEMPTIRQ_EVENTS depend on TRACING
by Arnd Bergmann
· 7 years ago
2dcd9c7
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
c5c1ea7
tracing: Kconfig text fixes for CONFIG_HWLAT_TRACER
by Jesper Dangaard Brouer
· 8 years ago
d591581
tracing: Add support for preempt and irq enable/disable events
by Joel Fernandes
· 7 years ago
681bec0
tracing: Rename update the enum_map file
by Jeremy Linton
· 8 years ago
4c17468
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
0598e4f
ftrace: Add use of synchronize_rcu_tasks() with dynamic trampolines
by Steven Rostedt (VMware)
· 8 years ago
61f35d7
uprobes: Default UPROBES_EVENTS to Y
by Arnaldo Carvalho de Melo
· 8 years ago
6b0b755
perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS
by Anton Blanchard
· 8 years ago
60f1d5e
ftrace: Support full glob matching
by Masami Hiramatsu
· 8 years ago
95107b3
Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
e7c15cd
tracing: Added hardware latency tracer
by Steven Rostedt (Red Hat)
· 9 years ago
e4a744e
ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
by Josh Poimboeuf
· 8 years ago
7ad8fb6
tracing: Have HIST_TRIGGERS select TRACING
by Tom Zanussi
· 9 years ago
7ef224d
tracing: Add 'hist' event trigger command
by Tom Zanussi
· 9 years ago
8d44f2f
tracing: Fix TRACING_MAP Kconfig
by Steven Rostedt (Red Hat)
· 9 years ago
08d43a5
tracing: Add lock-free tracing_map
by Tom Zanussi
· 9 years ago
2df4ee7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
a31d82d
bpf_trace: Make dependent on PERF_EVENTS
by Steven Rostedt
· 9 years ago
ddd7028
tracing: gpio: Add Kconfig option for enabling/disabling trace events
by Tal Shorer
· 9 years ago
04a22fa
tracing, perf: Implement BPF programs attached to uprobes
by Wang Nan
· 10 years ago
6c8a53c9
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9828413
tracing: Add enum_map file to show enums that have been mapped
by Steven Rostedt (Red Hat)
· 10 years ago
e1abf2c
bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurable
by Ingo Molnar
· 10 years ago
3a63638
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
by Steven Rostedt (Red Hat)
· 11 years ago
81dc9f0
tracing: Add tracepoint benchmark tracepoint
by Steven Rostedt (Red Hat)
· 11 years ago
09294e3
uprobes: Kconfig dependency fix
by David A. Long
· 11 years ago
2228768
ring-buffer: Select IRQ_WORK
by Steven Rostedt (Red Hat)
· 12 years ago
9e8529a
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
6c43e55
ring-buffer: Add ring buffer startup selftest
by Steven Rostedt (Red Hat)
· 12 years ago
0b85ffc
tracing: Add config option to allow snapshot to swap per cpu
by Steven Rostedt (Red Hat)
· 12 years ago
22cffc2
tracing: Enable snapshot when any latency tracer is enabled
by Steven Rostedt (Red Hat)
· 12 years ago
7c6baa30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
db05021
ftrace: Update the kconfig for DYNAMIC_FTRACE
by Steven Rostedt
· 12 years ago
8793422
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
debdd57
tracing: Make a snapshot feature available from userspace
by Hiraku Toyooka
· 12 years ago
43720bd
PM / tracing: remove deprecated power trace API
by Paul Gortmaker
· 12 years ago
06aeaae
ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig
by Masami Hiramatsu
· 12 years ago
0d5c6e1
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
by Steven Rostedt
· 12 years ago
ea632e9
trace: Stop compiling in trace_clock unconditionally
by Josh Triplett
· 12 years ago
a2546fa
ftrace: Add -mfentry to Makefile on function tracer
by Steven Rostedt
· 14 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
b732d43
ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACER
by Steven Rostedt
· 13 years ago
f3f096c
tracing: Provide trace events interface for uprobes
by Srikar Dronamraju
· 13 years ago
8ab83f5
tracing: Extract out common code for kprobes/uprobes trace events
by Srikar Dronamraju
· 13 years ago
59bf896
Fix "the the" in various Kconfig
by Masanari Iida
· 13 years ago
8c9cf54
tracing: Do not select FRAME_POINTER on PPC
by Gerlando Falauto
· 13 years ago
Next »