From: Steven Rostedt (Red Hat) Date: Wed, 23 Jul 2014 00:16:57 +0000 (-0400) Subject: ftrace: Add separate function for non recursive callbacks X-Git-Tag: fixes-against-v3.18-rc2~114^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ff6348b30b3658d138f05643149706f99078ae;p=pandora-kernel.git ftrace: Add separate function for non recursive callbacks Instead of using the generic list function for callbacks that are not recursive, call a new helper function from the mcount trampoline called ftrace_ops_recur_func() that will do the recursion checking for the callback. This eliminates an indirection as well as will help in future code that will use dynamically allocated trampolines. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed