diff options
Diffstat (limited to 'kernel')
-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 | ||