diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-06-26 11:24:52 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-07-18 13:58:12 -0400 |
commit | 3a636388bae8390d23f31e061c0c6fdc14525786 (patch) | |
tree | 50cb0566552c3bccb4608cc2631cc2ffe7530587 /kernel/trace/Kconfig | |
parent | 2a62a57a0633c7bbc9689d738ec0235e2ec822dc (diff) |
tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST
All users of function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST have
been removed. We can safely remove them from the kernel.
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index d4409356f40d..a5da09c899dd 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -29,11 +29,6 @@ config HAVE_FUNCTION_GRAPH_FP_TEST | |||
29 | help | 29 | help |
30 | See Documentation/trace/ftrace-design.txt | 30 | See Documentation/trace/ftrace-design.txt |
31 | 31 | ||
32 | config HAVE_FUNCTION_TRACE_MCOUNT_TEST | ||
33 | bool | ||
34 | help | ||
35 | See Documentation/trace/ftrace-design.txt | ||
36 | |||
37 | config HAVE_DYNAMIC_FTRACE | 32 | config HAVE_DYNAMIC_FTRACE |
38 | bool | 33 | bool |
39 | help | 34 | help |