]> Pileus Git - ~andy/linux/commit
tracing: Remove unused function ftrace_off_permanent()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 6 Nov 2013 17:19:37 +0000 (12:19 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 6 Nov 2013 20:26:55 +0000 (15:26 -0500)
commit042b10d83d05174e50ee861ee3aca55fd6204324
tree7ab84aa7f1598def2008cfac2b045f52d728c0d1
parentd6d3523caab75196560c85aae80cb8f4a8e380ea
tracing: Remove unused function ftrace_off_permanent()

In the past, ftrace_off_permanent() was called if something
strange was detected. But the ftrace_bug() now handles all the
anomolies that can happen with ftrace (function tracing), and there
are no uses of ftrace_off_permanent(). Get rid of it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/kernel.h
kernel/trace/trace.c