summaryrefslogtreecommitdiff
path: root/kernel/trace/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-0/+1
|\
| * objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-0/+1
* | rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney2022-04-201-0/+1
|/
* tracing: mark user_events as BROKENSteven Rostedt (Google)2022-04-021-0/+1
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+26
|\
| * fprobe: Add exit_handler supportMasami Hiramatsu2022-03-171-3/+6
| * rethook: Add a generic return hookMasami Hiramatsu2022-03-171-0/+11
| * fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-171-0/+12
* | user_events: Add minimal support for trace_event into ftraceBeau Belgrave2022-02-101-0/+14
|/
* ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-271-1/+7
* ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-231-1/+8
* ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-131-0/+14
* tracing: Simplify the Kconfig dependency of FTRACEMasahiro Yamada2021-08-161-5/+1
* tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-121-0/+5
* trace: Add timerlat tracerDaniel Bristot de Oliveira2021-06-251-0/+28
* trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-251-0/+34
* tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer2021-03-041-1/+1
* Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-231-0/+13
|\
| * tracing: add support for objtool mcountSami Tolvanen2021-02-231-0/+13
* | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-0/+16
|\ \ | |/
| * tracing: move function tracer options to KconfigSami Tolvanen2021-01-081-0/+16
* | kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2021-02-021-0/+4
* | tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King2021-02-021-1/+1
* | tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-111-1/+1
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-0/+68
|\
| * ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-011-0/+20
| * ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-0/+9
| * ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-101-0/+14
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-0/+25
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-2/+0
|\ \
| * | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-2/+0
| |/
* | ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-11-301-1/+1
|/
* Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-091-10/+42
|\
| * tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman2020-06-051-9/+0
| * tracing: Move synthetic events to a separate fileTom Zanussi2020-06-011-1/+19
| * tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-011-0/+23
* | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-191-10/+0
* | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-191-1/+0
|\ \ | |/
| * Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
* | ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney2020-04-271-0/+1
|/
* bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-251-1/+0
* bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-201-1/+2
* tracing: Move tracing selftests to bottom of menuSteven Rostedt (VMware)2020-01-301-84/+84
* tracing: Move mmio tracer config up with the other tracersSteven Rostedt (VMware)2020-01-301-13/+13
* tracing: Move tracing test module configs togetherSteven Rostedt (VMware)2020-01-301-11/+11
* tracing: Move all function tracing configs togetherSteven Rostedt (VMware)2020-01-301-71/+71
* tracing: Add kprobe event command generation test moduleTom Zanussi2020-01-301-0/+12
* tracing: Add synth event generation test moduleTom Zanussi2020-01-301-0/+13
* tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-131-0/+9
* Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-12-041-0/+9
|\