diff options
author | Peter Zijlstra <peterz@infradead.org> | 2008-10-21 10:31:18 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-22 03:08:56 -0400 |
commit | 17d80fd07d35ae1d231b3378ee4f00ace54f9d31 (patch) | |
tree | db09cfdb86d3bbced3a32588decabcb87ca02d19 /kernel/trace | |
parent | debfcaf93ed500a051489db6646d71f29fe86a68 (diff) |
tracing: create tracers menu
We seem to have plenty tracers, lets create a menu and not clutter
the already cluttered debug menu more.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Frédéric Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace')
-rw-r--r-- | kernel/trace/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 3533c583df47..bc535cb91de9 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -29,6 +29,8 @@ config TRACING | |||
29 | select STACKTRACE | 29 | select STACKTRACE |
30 | select TRACEPOINTS | 30 | select TRACEPOINTS |
31 | 31 | ||
32 | menu "Tracers" | ||
33 | |||
32 | config FUNCTION_TRACER | 34 | config FUNCTION_TRACER |
33 | bool "Kernel Function Tracer" | 35 | bool "Kernel Function Tracer" |
34 | depends on HAVE_FUNCTION_TRACER | 36 | depends on HAVE_FUNCTION_TRACER |
@@ -191,3 +193,5 @@ config FTRACE_STARTUP_TEST | |||
191 | a series of tests are made to verify that the tracer is | 193 | a series of tests are made to verify that the tracer is |
192 | functioning properly. It will do tests on all the configured | 194 | functioning properly. It will do tests on all the configured |
193 | tracers of ftrace. | 195 | tracers of ftrace. |
196 | |||
197 | endmenu | ||