diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index cad9db1dee02..3f73a1710242 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -105,3 +105,16 @@ config DYNAMIC_FTRACE | |||
105 | wakes up once a second and checks to see if any ftrace calls | 105 | wakes up once a second and checks to see if any ftrace calls |
106 | were made. If so, it runs stop_machine (stops all CPUS) | 106 | were made. If so, it runs stop_machine (stops all CPUS) |
107 | and modifies the code to jump over the call to ftrace. | 107 | and modifies the code to jump over the call to ftrace. |
108 | |||
109 | config FTRACE_SELFTEST | ||
110 | bool | ||
111 | |||
112 | config FTRACE_STARTUP_TEST | ||
113 | bool "Perform a startup test on ftrace" | ||
114 | depends on TRACING | ||
115 | select FTRACE_SELFTEST | ||
116 | help | ||
117 | This option performs a series of startup tests on ftrace. On bootup | ||
118 | a series of tests are made to verify that the tracer is | ||
119 | functioning properly. It will do tests on all the configured | ||
120 | tracers of ftrace. | ||