]> git.karo-electronics.de Git - mv-sheeva.git/commit
ftrace: Move record update for normal and modules into a separate function
authorSteven Rostedt <srostedt@redhat.com>
Tue, 26 Apr 2011 20:11:03 +0000 (16:11 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 30 Apr 2011 02:53:08 +0000 (22:53 -0400)
commit996e87be7f537fb34638875dd37083166c733425
tree0d961a4870b39450470b117cde45c3c2c1931959
parentd2c8c3eafbf715306ec891e7ca52d3d999acbe31
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 <rostedt@goodmis.org>
kernel/trace/ftrace.c