]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Remove function_trace_stop check from list func
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 25 Jun 2014 15:54:03 +0000 (11:54 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 18 Jul 2014 17:57:00 +0000 (13:57 -0400)
commit3a21084df1c48ac83be64fd745479c89cc2e3702
treeaf1835d8028612abcf0282d499ee0baecab2f022
parent0b358161ddd435c083585eb099d0ecf60df0d444
ftrace: Remove function_trace_stop check from list func

function_trace_stop is no longer used to stop function tracing.
Remove the check from __ftrace_ops_list_func().

Also, call FTRACE_WARN_ON() instead of setting function_trace_stop
if a ops has no func to call.

Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c