···105105 can be detected via the NMI-watchdog, on platforms that106106 support it.)107107108108+config SCHED_DEBUG109109+ bool "Collect scheduler debugging info"110110+ depends on DEBUG_KERNEL && PROC_FS111111+ default y112112+ help113113+ If you say Y here, the /proc/sched_debug file will be provided114114+ that can help debug the scheduler. The runtime overhead of this115115+ option is minimal.116116+108117config SCHEDSTATS109118 bool "Collect scheduler statistics"110119 depends on DEBUG_KERNEL && PROC_FS