]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tracing: Move trace sysctls into trace.c
authorJoel Granados <joel.granados@kernel.org>
Sun, 29 Dec 2024 15:11:25 +0000 (16:11 +0100)
committerJoel Granados <joel.granados@kernel.org>
Wed, 9 Apr 2025 11:32:16 +0000 (13:32 +0200)
commitdd293df6395a2c9e0fc4faa8defeceaa907e7717
treea35c6a07372de7d5bef23ae77308d0d46a1fdc3b
parent256db5c9b507d770f8b99b10f0671d994d5c9d64
tracing: Move trace sysctls into trace.c

Move trace ctl tables into their own const array in
kernel/trace/trace.c. The sysctl table register is called with
subsys_initcall placing if after its original place in proc_root_init.
This is part of a greater effort to move ctl tables into their
respective subsystems which will reduce the merge conflicts in
kernel/sysctl.c.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/ftrace.h
kernel/sysctl.c
kernel/trace/trace.c