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>
Showing
- Documentation/admin-guide/kernel-parameters.txt 1 addition, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- Documentation/scheduler/sched-domains.rst 5 additions, 5 deletionsDocumentation/scheduler/sched-domains.rst
- kernel/sched/debug.c 2 additions, 2 deletionskernel/sched/debug.c
- kernel/sched/sched.h 1 addition, 1 deletionkernel/sched/sched.h
- kernel/sched/topology.c 6 additions, 6 deletionskernel/sched/topology.c
Loading
Please register or sign in to comment