aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 620feadff67..d151aab48ed 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -217,6 +217,17 @@ config BRANCH_TRACER
217 217
218 Say N if unsure. 218 Say N if unsure.
219 219
220config POWER_TRACER
221 bool "Trace power consumption behavior"
222 depends on DEBUG_KERNEL
223 depends on X86
224 select TRACING
225 help
226 This tracer helps developers to analyze and optimize the kernels
227 power management decisions, specifically the C-state and P-state
228 behavior.
229
230
220config STACK_TRACER 231config STACK_TRACER
221 bool "Trace max stack" 232 bool "Trace max stack"
222 depends on HAVE_FUNCTION_TRACER 233 depends on HAVE_FUNCTION_TRACER