mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 10:46:33 +00:00
sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernels
All major Linux distributions enable CONFIG_SCHEDSTATS, so make it more widely available. Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240308105901.1096078-6-mingo@kernel.org
This commit is contained in:
parent
11b0bfa5d4
commit
9ab121d65e
@ -1250,7 +1250,7 @@ config SCHED_INFO
|
|||||||
|
|
||||||
config SCHEDSTATS
|
config SCHEDSTATS
|
||||||
bool "Collect scheduler statistics"
|
bool "Collect scheduler statistics"
|
||||||
depends on DEBUG_KERNEL && PROC_FS
|
depends on PROC_FS
|
||||||
select SCHED_INFO
|
select SCHED_INFO
|
||||||
help
|
help
|
||||||
If you say Y here, additional code will be inserted into the
|
If you say Y here, additional code will be inserted into the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user