diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index da95e10cfd70..fab32a286371 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -105,6 +105,15 @@ config DETECT_SOFTLOCKUP | |||
105 | can be detected via the NMI-watchdog, on platforms that | 105 | can be detected via the NMI-watchdog, on platforms that |
106 | support it.) | 106 | support it.) |
107 | 107 | ||
108 | config SCHED_DEBUG | ||
109 | bool "Collect scheduler debugging info" | ||
110 | depends on DEBUG_KERNEL && PROC_FS | ||
111 | default y | ||
112 | help | ||
113 | If you say Y here, the /proc/sched_debug file will be provided | ||
114 | that can help debug the scheduler. The runtime overhead of this | ||
115 | option is minimal. | ||
116 | |||
108 | config SCHEDSTATS | 117 | config SCHEDSTATS |
109 | bool "Collect scheduler statistics" | 118 | bool "Collect scheduler statistics" |
110 | depends on DEBUG_KERNEL && PROC_FS | 119 | depends on DEBUG_KERNEL && PROC_FS |