diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:20:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 17:39:00 -0400 |
commit | f06c38103ea9dbca27c3f4d77f444ddefb5477cd (patch) | |
tree | 9452cf51a1acb2a2019d1680668d051370b08981 /kernel/trace/Kconfig | |
parent | 677aa9f77e8de3791b481a0cec6c8b84d1eec626 (diff) |
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/Kconfig | 8 |
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 | ||
78 | config 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 | |||
78 | config SCHED_TRACER | 86 | config SCHED_TRACER |
79 | bool "Scheduling Latency Tracer" | 87 | bool "Scheduling Latency Tracer" |
80 | depends on HAVE_FTRACE | 88 | depends on HAVE_FTRACE |