From: Steven Rostedt Date: Tue, 26 Apr 2011 20:11:03 +0000 (-0400) Subject: ftrace: Move record update for normal and modules into a separate function X-Git-Tag: v3.0-rc1~404^2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996e87be7f537fb34638875dd37083166c733425;p=pandora-kernel.git ftrace: Move record update for normal and modules into a separate function The updating of a function record is moved to a single function. This will allow us to add specific changes in one location for both modules and kernel functions. Later patches will determine if the function record itself needs to be updated (which enables the mcount caller), or just the ftrace_ops needs the update. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed