ftrace: Create separate entry in MAINTAINERS for function hooks
The function hooks (ftrace) is a completely different subsystem from the general tracing. It manages how to attach callbacks to most functions in the kernel. It is also used by live kernel patching. It really is not part of tracing, although tracing uses it. Create a separate entry for FUNCTION HOOKS (FTRACE) to be separate from tracing itself in the MAINTAINERS file. Perhaps it should be moved out of the kernel/trace directory, but that's for another time. Link: https://lkml.kernel.org/r/20221006144439.459272364@goodmis.org Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
parent
fb17b26839
commit
4f881a6964
19
MAINTAINERS
19
MAINTAINERS
@ -8411,6 +8411,19 @@ L: platform-driver-x86@vger.kernel.org
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/platform/x86/fujitsu-tablet.c
|
F: drivers/platform/x86/fujitsu-tablet.c
|
||||||
|
|
||||||
|
FUNCTION HOOKS (FTRACE)
|
||||||
|
M: Steven Rostedt <rostedt@goodmis.org>
|
||||||
|
M: Masami Hiramatsu <mhiramat@kernel.org>
|
||||||
|
R: Mark Rutland <mark.rutland@arm.com>
|
||||||
|
S: Maintained
|
||||||
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
|
||||||
|
F: Documentation/trace/ftrace*
|
||||||
|
F: kernel/trace/ftrace*
|
||||||
|
F: kernel/trace/fgraph.c
|
||||||
|
F: arch/*/*/*/*ftrace*
|
||||||
|
F: arch/*/*/*ftrace*
|
||||||
|
F: include/*/ftrace.h
|
||||||
|
|
||||||
FUNGIBLE ETHERNET DRIVERS
|
FUNGIBLE ETHERNET DRIVERS
|
||||||
M: Dimitris Michailidis <dmichail@fungible.com>
|
M: Dimitris Michailidis <dmichail@fungible.com>
|
||||||
L: netdev@vger.kernel.org
|
L: netdev@vger.kernel.org
|
||||||
@ -20615,14 +20628,10 @@ F: drivers/char/tpm/
|
|||||||
TRACING
|
TRACING
|
||||||
M: Steven Rostedt <rostedt@goodmis.org>
|
M: Steven Rostedt <rostedt@goodmis.org>
|
||||||
M: Masami Hiramatsu <mhiramat@kernel.org>
|
M: Masami Hiramatsu <mhiramat@kernel.org>
|
||||||
R: Mark Rutland <mark.rutland@arm.com>
|
|
||||||
S: Maintained
|
S: Maintained
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
|
||||||
F: Documentation/trace/ftrace.rst
|
F: Documentation/trace/*
|
||||||
F: arch/*/*/*/*ftrace*
|
|
||||||
F: arch/*/*/*ftrace*
|
|
||||||
F: fs/tracefs/
|
F: fs/tracefs/
|
||||||
F: include/*/ftrace.h
|
|
||||||
F: include/linux/trace*.h
|
F: include/linux/trace*.h
|
||||||
F: include/trace/
|
F: include/trace/
|
||||||
F: kernel/trace/
|
F: kernel/trace/
|
||||||
|
Loading…
Reference in New Issue
Block a user