diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-26 21:11:04 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-26 21:11:04 -0700 |
| commit | ec7abeae1af7a6e322888575cfee27ec4e4cc582 (patch) | |
| tree | eb81d859987e49d8f952859bbe45bf0397b3ac11 /lib | |
| parent | 15b9da94dda37b8ea6b9caff9eac7b48c156e29f (diff) | |
| parent | be814112fda176cf81899253b151a88f8b65df98 (diff) | |
Merge "time: Remove CONFIG_TIMER_STATS"
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 3cd6011f209d..20b74735508d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -951,20 +951,6 @@ config DEBUG_TIMEKEEPING If unsure, say N. -config TIMER_STATS - bool "Collect kernel timers statistics" - depends on DEBUG_KERNEL && PROC_FS - help - If you say Y here, additional code will be inserted into the - timer routines to collect statistics about kernel timers being - reprogrammed. The statistics can be read from /proc/timer_stats. - The statistics collection is started by writing 1 to /proc/timer_stats, - writing 0 stops it. This feature is useful to collect information - about timer usage patterns in kernel and userspace. This feature - is lightweight if enabled in the kernel config but not activated - (it defaults to deactivated on bootup and will only be activated - if some application like powertop activates it explicitly). - config DEBUG_TASK_STACK_SCAN_OFF bool "Disable kmemleak task stack scan by default" depends on DEBUG_KMEMLEAK |
