summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangbin Du <changbin.du@gmail.com>2019-10-23 11:25:09 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-10-23 15:05:13 +1100
commitefcfa55d05f551d8776aa8d904268570e35cf847 (patch)
treeee656ec0d6601af7e1d1281b7248da083bd7ef5f
parent4b48caa5dc9ce93f67cea535ca16766a7ee1c625 (diff)
downloadlinux-efcfa55d05f551d8776aa8d904268570e35cf847.tar.gz
linux-efcfa55d05f551d8776aa8d904268570e35cf847.tar.xz
kernel-hacking: create a submenu for scheduler debugging options
Create a submenu 'Scheduler Debugging' for scheduler debugging options. Link: http://lkml.kernel.org/r/20190909144453.3520-8-changbin.du@gmail.com Signed-off-by: Changbin Du <changbin.du@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--lib/Kconfig.debug4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5cd3589b0bac..eb50fce9333f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -982,6 +982,8 @@ config WQ_WATCHDOG
endmenu # "Debug lockups and hangs"
+menu "Scheduler Debugging"
+
config SCHED_DEBUG
bool "Collect scheduler debugging info"
depends on DEBUG_KERNEL && PROC_FS
@@ -1008,6 +1010,8 @@ config SCHEDSTATS
application, you can say N to avoid the very slight overhead
this adds.
+endmenu
+
config DEBUG_TIMEKEEPING
bool "Enable extra timekeeping sanity checking"
help