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/[email protected] Signed-off-by: Changbin Du <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent dc9b963 commit ebebdd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Kconfig.debug

Lines changed: 4 additions & 0 deletions
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)