]> Gentwo Git Trees - linux/.git/commit
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/linux/kerne...
authorSteven Rostedt <rostedt@goodmis.org>
Tue, 4 Nov 2025 15:05:02 +0000 (10:05 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 4 Nov 2025 15:12:32 +0000 (10:12 -0500)
commit2f294c35c0b9302dac2a741fa715822a10c265c3
tree7ec6122fed4cd687e14dfabb970277e8ec7c6fcd
parent25bd47a592751eba6ed337e6293dc69f8aa2452f
parent1149fcf75972f6918aeb05303b1aa1e38e0df6eb
Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/linux/kernel/git/mhiramat/linux into trace/trace/core

Updates to the function profiler adds new options to tracefs. The options
are currently defined by an enum as flags. The added options brings the
number of options over 32, which means they can no longer be held in a 32
bit enum. The TRACE_ITER_* flags are converted to a macro TRACE_ITER(*) to
allow the creation of options to still be done by macros.

This change is intrusive, as it affects all TRACE_ITER* options throughout
the trace code. Merge the branch that added these options and converted
the TRACE_ITER_* enum into a TRACE_ITER(*) macro, to allow the topic
branches to still be developed without conflict.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_output.c
kernel/trace/trace_syscalls.c