aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 5c2295b29f2c..e101c9a85f0f 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -75,6 +75,14 @@ config PREEMPT_TRACER
75 enabled. This option and the irqs-off timing option can be 75 enabled. This option and the irqs-off timing option can be
76 used together or separately.) 76 used together or separately.)
77 77
78config SYSPROF_TRACER
79 bool "Sysprof Tracer"
80 depends on DEBUG_KERNEL
81 select TRACING
82 help
83 This tracer provides the trace needed by the 'Sysprof' userspace
84 tool.
85
78config SCHED_TRACER 86config SCHED_TRACER
79 bool "Scheduling Latency Tracer" 87 bool "Scheduling Latency Tracer"
80 depends on HAVE_FTRACE 88 depends on HAVE_FTRACE