diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-08-25 13:59:27 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-09-06 22:15:58 -0400 |
commit | f72c3a2d344b3933dedd42fdaf7d3e1aa4b8cce1 (patch) | |
tree | 6e890f4a07efb6b54abea1eb9f85a107c3cb7fda /MAINTAINERS | |
parent | fa4b9df00af4a749d4d715d7e11562121b7885ac (diff) | |
download | linux-f72c3a2d344b3933dedd42fdaf7d3e1aa4b8cce1.tar.bz2 |
MAINTAINERS: add scripts/tracing/ to TRACING
The files in scripts/tracing/ belong to the TRACING subsystem.
Add a corresponding file entry for TRACING.
Link: https://lkml.kernel.org/r/20220825115927.20598-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b89b70af0b07..93ffebc3e6c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20612,6 +20612,7 @@ F: include/*/ftrace.h F: include/linux/trace*.h F: include/trace/ F: kernel/trace/ +F: scripts/tracing/ F: tools/testing/selftests/ftrace/ TRACING MMIO ACCESSES (MMIOTRACE) |