]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tracing: create tracers menu
authorPeter Zijlstra <peterz@infradead.org>
Tue, 21 Oct 2008 14:31:18 +0000 (16:31 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 07:08:56 +0000 (09:08 +0200)
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>
kernel/trace/Kconfig

index 3533c583df47ddb55257d56e6e42203b5dfdf0c8..bc535cb91de9e42138b9f11438812a3ff811414b 100644 (file)
@@ -29,6 +29,8 @@ config TRACING
        select STACKTRACE
        select TRACEPOINTS
 
+menu "Tracers"
+
 config FUNCTION_TRACER
        bool "Kernel Function Tracer"
        depends on HAVE_FUNCTION_TRACER
@@ -191,3 +193,5 @@ config FTRACE_STARTUP_TEST
          a series of tests are made to verify that the tracer is
          functioning properly. It will do tests on all the configured
          tracers of ftrace.
+
+endmenu