aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-06-26 11:24:52 -0400
committerSteven Rostedt <rostedt@goodmis.org>2014-07-18 13:58:12 -0400
commit3a636388bae8390d23f31e061c0c6fdc14525786 (patch)
tree50cb0566552c3bccb4608cc2631cc2ffe7530587 /include/linux/ftrace.h
parents390/ftrace: remove check of obsolete variable function_trace_stop (diff)
downloadwireguard-linux-3a636388bae8390d23f31e061c0c6fdc14525786.tar.xz
wireguard-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 'include/linux/ftrace.h')
-rw-r--r--include/linux/ftrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index c800906235e1..7a5b7b97e539 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -129,8 +129,6 @@ struct ftrace_ops {
#endif
};
-extern int function_trace_stop;
-
/*
* Type of the current tracing.
*/