Skip to content

Commit ebebdd0

Browse files
changbindutorvalds
authored andcommitted
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: Linus Torvalds <torvalds@linux-foundation.org>
1 parent dc9b963 commit ebebdd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Kconfig.debug

+4
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,8 @@ config WQ_WATCHDOG
971971

972972
endmenu # "Debug lockups and hangs"
973973

974+
menu "Scheduler Debugging"
975+
974976
config SCHED_DEBUG
975977
bool "Collect scheduler debugging info"
976978
depends on DEBUG_KERNEL && PROC_FS
@@ -997,6 +999,8 @@ config SCHEDSTATS
997999
application, you can say N to avoid the very slight overhead
9981000
this adds.
9991001

1002+
endmenu
1003+
10001004
config DEBUG_TIMEKEEPING
10011005
bool "Enable extra timekeeping sanity checking"
10021006
help

0 commit comments

Comments
 (0)