]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
sched/debug: Rename the sched_debug parameter to sched_verbose
authorPeter Zijlstra <peterz@infradead.org>
Thu, 15 Apr 2021 16:23:17 +0000 (18:23 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Sat, 17 Apr 2021 11:22:44 +0000 (13:22 +0200)
commit9406415f46f6127fd31bb66f0260f7a61a8d2786
tree68331ac5cdbd8f3da7602216ba03c5d5b8569e4a
parent0c2de3f054a59f15e01804b75a04355c48de628c
sched/debug: Rename the sched_debug parameter to sched_verbose

CONFIG_SCHED_DEBUG is the build-time Kconfig knob, the boot param
sched_debug and the /debug/sched/debug_enabled knobs control the
sched_debug_enabled variable, but what they really do is make
SCHED_DEBUG more verbose, so rename the lot.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Documentation/admin-guide/kernel-parameters.txt
Documentation/scheduler/sched-domains.rst
kernel/sched/debug.c
kernel/sched/sched.h
kernel/sched/topology.c