aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 058d949a3214..ad8d3617d0a6 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -97,6 +97,12 @@ config FUNCTION_GRAPH_TRACER
97 This is done by setting the current return address on the current 97 This is done by setting the current return address on the current
98 task structure into a stack of calls. 98 task structure into a stack of calls.
99 99
100config TRACE_BPRINTK
101 bool "Binary printk for tracing"
102 default y
103 depends on TRACING
104 select BINARY_PRINTF
105
100config IRQSOFF_TRACER 106config IRQSOFF_TRACER
101 bool "Interrupts-off Latency Tracer" 107 bool "Interrupts-off Latency Tracer"
102 default n 108 default n