sched/debug: Make schedstats a runtime tunable that is disabled by default
[cascardo/linux.git] / include / linux / sched.h
index a10494a..a292c4b 100644 (file)
@@ -920,6 +920,10 @@ static inline int sched_info_on(void)
 #endif
 }
 
+#ifdef CONFIG_SCHEDSTATS
+void force_schedstat_enabled(void);
+#endif
+
 enum cpu_idle_type {
        CPU_IDLE,
        CPU_NOT_IDLE,