summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat)2014-06-26 17:24:52 +0200
committerSteven Rostedt2014-07-18 19:58:12 +0200
commit3a636388bae8390d23f31e061c0c6fdc14525786 (patch)
tree50cb0566552c3bccb4608cc2631cc2ffe7530587 /kernel/trace/Kconfig
parents390/ftrace: remove check of obsolete variable function_trace_stop (diff)
downloadkernel-qcow2-linux-3a636388bae8390d23f31e061c0c6fdc14525786.tar.gz
kernel-qcow2-linux-3a636388bae8390d23f31e061c0c6fdc14525786.tar.xz
kernel-qcow2-linux-3a636388bae8390d23f31e061c0c6fdc14525786.zip
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/Kconfig5
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
help
See Documentation/trace/ftrace-design.txt
-config HAVE_FUNCTION_TRACE_MCOUNT_TEST
- bool
- help
- See Documentation/trace/ftrace-design.txt
-
config HAVE_DYNAMIC_FTRACE
bool
help