diff options
author | Steven Rostedt <srostedt@redhat.com> | 2008-05-12 15:20:44 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 14:40:36 -0400 |
commit | 60a11774b38fef1ab90b18c5353bd1c7c4d311c8 (patch) | |
tree | e2a6fd066b0dba6dcd776d07383e2932055cf66a /kernel/trace/Kconfig | |
parent | e1c08bdd9fa73e44096e5a82c0d5928b04ab02c8 (diff) |
ftrace: add self-tests
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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. | ||