diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2016-09-13 14:47:50 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2016-09-13 14:47:50 -0700 |
| commit | 441e10ac4ca3a476d76091a1bd250ac4ff7306c5 (patch) | |
| tree | a76b65a8ff5dd552f0582e620b964df0b5026f17 /lib | |
| parent | 2a3670c62203b1a11b496ec6585393b8abf9736f (diff) | |
| parent | 1510827f29ced43ac686c4625ce709e0dfb1292d (diff) | |
Merge remote-tracking branch 'common/android-4.4' into android-4.4.y
Diffstat (limited to 'lib')
| -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 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 |
