summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-09-13 14:47:50 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-09-13 14:47:50 -0700
commit441e10ac4ca3a476d76091a1bd250ac4ff7306c5 (patch)
treea76b65a8ff5dd552f0582e620b964df0b5026f17 /lib
parent2a3670c62203b1a11b496ec6585393b8abf9736f (diff)
parent1510827f29ced43ac686c4625ce709e0dfb1292d (diff)
Merge remote-tracking branch 'common/android-4.4' into android-4.4.y
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index fc9f2adc0c9b..63d14d9b51d8 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -867,6 +867,15 @@ config SCHED_INFO
bool
default n
+config PANIC_ON_RT_THROTTLING
+ bool "Panic on RT throttling"
+ help
+ Say Y here to enable the kernel to panic when a realtime
+ runqueue is throttled. This may be useful for detecting
+ and debugging RT throttling issues.
+
+ Say N if unsure.
+
config SCHEDSTATS
bool "Collect scheduler statistics"
depends on DEBUG_KERNEL && PROC_FS