OSDN Git Service

ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 25 Jun 2014 17:26:59 +0000 (13:26 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 18 Jul 2014 17:57:01 +0000 (13:57 -0400)
commit7544256aa20356e506b0d179f9b6abc661847e2f
treeb626f07aff5928a44c1304f2f6e6f99e9a10a9c5
parent1d48d5960f9f24b8afd5b1dbb10bfe17b5f29a35
ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST

function_trace_stop is no longer used to disable function tracing.
This means that archs are no longer limited if it does not support
checking this variable in the mcount trampoline.

No need to use the list_func for archs that do not support this
obsolete method.

Acked-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Documentation/trace/ftrace-design.txt
include/linux/ftrace.h