From: Steven Rostedt (Red Hat) Date: Fri, 10 Jan 2014 22:01:58 +0000 (-0500) Subject: ftrace: Remove global function list and call function directly X-Git-Tag: omap-for-v3.16/fixes-against-rc1~80^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4104d326b670c2b66f575d2004daa28b2d1b4c8d;p=pandora-kernel.git ftrace: Remove global function list and call function directly Instead of having a list of global functions that are called, as only one global function is allow to be enabled at a time, there's no reason to have a list. Instead, simply have all the users of the global ops, use the global ops directly, instead of registering their own ftrace_ops. Just switch what function is used before enabling the function tracer. This removes a lot of code as well as the complexity involved with it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed