]> git.baikalelectronics.ru Git - kernel.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)
commit75211559e8721d927b9f3c26173fe493f7178f9f
tree0d961a4870b39450470b117cde45c3c2c1931959
parentf851f8b90a986f59b28db7fb58cb8053a2904bd9
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