diff options
author | Peter Zijlstra <peterz@infradead.org> | 2021-04-15 18:23:17 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-04-17 13:22:44 +0200 |
commit | 9406415f46f6127fd31bb66f0260f7a61a8d2786 (patch) | |
tree | 68331ac5cdbd8f3da7602216ba03c5d5b8569e4a /Documentation/admin-guide | |
parent | 0c2de3f054a59f15e01804b75a04355c48de628c (diff) |
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>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 04545725f187..9e4c026f4837 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -4725,7 +4725,7 @@ sbni= [NET] Granch SBNI12 leased line adapter - sched_debug [KNL] Enables verbose scheduler debug messages. + sched_verbose [KNL] Enables verbose scheduler debug messages. schedstats= [KNL,X86] Enable or disable scheduled statistics. Allowed values are enable and disable. This feature |