Messages in this thread Patch in this message |  | | | Subject | [PATCH] trace: create tracers menu | | From | Peter Zijlstra <> | | Date | Tue, 21 Oct 2008 16:31:18 +0200 |
| |
Subject: trace: create tracers menu From: Peter Zijlstra <a.p.zijlstra@chello.nl> Date: Tue Oct 21 16:26:36 CEST 2008
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> --- kernel/trace/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-2.6/kernel/trace/Kconfig =================================================================== --- linux-2.6.orig/kernel/trace/Kconfig +++ linux-2.6/kernel/trace/Kconfig @@ -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
|  |