diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-03-27 05:09:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-03-27 05:09:21 -0400 |
commit | 4e6d7c2aa95158315902647963b359b32da5c295 (patch) | |
tree | 5141f79302e1e653cde53bab6a981a1b7bfa47b0 /lib | |
parent | 3c435c1e472ba344ee25f795f4807d4457e61f6c (diff) | |
parent | fe5fba05b46c791c95a9f34228ac495f81f72fc0 (diff) |
Merge branch 'timers/core' into perf/timer, to apply dependent patch
An upcoming patch will depend on tai_ns() and NMI-safe ktime_get_raw_fast(),
so merge timers/core here in a separate topic branch until it's all cooked
and timers/core is merged upstream.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index c5cefb3c009c..36b6fa88ce5b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -865,6 +865,19 @@ config SCHED_STACK_END_CHECK | |||
865 | data corruption or a sporadic crash at a later stage once the region | 865 | data corruption or a sporadic crash at a later stage once the region |
866 | is examined. The runtime overhead introduced is minimal. | 866 | is examined. The runtime overhead introduced is minimal. |
867 | 867 | ||
868 | config DEBUG_TIMEKEEPING | ||
869 | bool "Enable extra timekeeping sanity checking" | ||
870 | help | ||
871 | This option will enable additional timekeeping sanity checks | ||
872 | which may be helpful when diagnosing issues where timekeeping | ||
873 | problems are suspected. | ||
874 | |||
875 | This may include checks in the timekeeping hotpaths, so this | ||
876 | option may have a (very small) performance impact to some | ||
877 | workloads. | ||
878 | |||
879 | If unsure, say N. | ||
880 | |||
868 | config TIMER_STATS | 881 | config TIMER_STATS |
869 | bool "Collect kernel timers statistics" | 882 | bool "Collect kernel timers statistics" |
870 | depends on DEBUG_KERNEL && PROC_FS | 883 | depends on DEBUG_KERNEL && PROC_FS |