aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-05-12 21:20:47 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-23 23:39:00 +0200
commitf06c38103ea9dbca27c3f4d77f444ddefb5477cd (patch)
tree9452cf51a1acb2a2019d1680668d051370b08981 /kernel/trace/Kconfig
parentftrace: add have dynamic ftrace config for archs (diff)
downloadlinux-dev-f06c38103ea9dbca27c3f4d77f444ddefb5477cd.tar.xz
linux-dev-f06c38103ea9dbca27c3f4d77f444ddefb5477cd.zip
ftrace: add sysprof plugin
very first baby version. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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
enabled. This option and the irqs-off timing option can be
used together or separately.)
+config SYSPROF_TRACER
+ bool "Sysprof Tracer"
+ depends on DEBUG_KERNEL
+ select TRACING
+ help
+ This tracer provides the trace needed by the 'Sysprof' userspace
+ tool.
+
config SCHED_TRACER
bool "Scheduling Latency Tracer"
depends on HAVE_FTRACE