We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9b963 commit ebebdd0Copy full SHA for ebebdd0
lib/Kconfig.debug
@@ -971,6 +971,8 @@ config WQ_WATCHDOG
971
972
endmenu # "Debug lockups and hangs"
973
974
+menu "Scheduler Debugging"
975
+
976
config SCHED_DEBUG
977
bool "Collect scheduler debugging info"
978
depends on DEBUG_KERNEL && PROC_FS
@@ -997,6 +999,8 @@ config SCHEDSTATS
997
999
application, you can say N to avoid the very slight overhead
998
1000
this adds.
1001
1002
+endmenu
1003
1004
config DEBUG_TIMEKEEPING
1005
bool "Enable extra timekeeping sanity checking"
1006
help
0 commit comments