summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)2024-06-121-2/+2
* Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-181-0/+13
|\
| * ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko2024-05-011-0/+13
* | Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds2024-05-131-2/+2
|\ \ | |/ |/|
| * tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-04-111-2/+2
* | tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit2024-04-111-1/+1
|/
* Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-301-0/+26
|\
| * tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)2023-06-061-0/+12
| * tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-0/+14
* | function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-211-0/+15
|/
* tracing: Unbreak user eventsSteven Rostedt (Google)2023-03-291-1/+0
* tracing/user_events: Use remote writes for event enablementBeau Belgrave2023-03-291-2/+3
* ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest2023-03-211-1/+1
* Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-231-10/+10
|\
| * tracing: Always use canonical ftrace pathRoss Zwisler2023-02-181-10/+10
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-221-0/+7
|\ \ | |/ |/|
| * ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-241-0/+7
* | tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap2023-01-241-4/+4
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+7
|\
| * objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+7
* | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-161-0/+2
|\ \
| * | tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2022-12-101-0/+2
| |/
* / ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland2022-11-181-3/+3
|/
* ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-0/+6
* rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-301-0/+2
* ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)2022-07-121-1/+2
* 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-211-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-181-3/+6
| * rethook: Add a generic return hookMasami Hiramatsu2022-03-181-0/+11
| * fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-181-0/+12
* | user_events: Add minimal support for trace_event into ftraceBeau Belgrave2022-02-111-0/+14
|/
* ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-281-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-261-0/+28
* trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-261-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-241-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-091-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
|/