diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-05-06 21:34:14 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-05-14 11:37:29 -0400 |
commit | 7413af1fb70e7efa6dbc7f27663e7a5126b3aa33 (patch) | |
tree | c3060be62f4f8a6d94cfe1f390c12e2d0285435e /lib | |
parent | 94792ea07ce2cceef48803c4df3cb5efacb21c9a (diff) | |
download | op-kernel-dev-7413af1fb70e7efa6dbc7f27663e7a5126b3aa33.zip op-kernel-dev-7413af1fb70e7efa6dbc7f27663e7a5126b3aa33.tar.gz |
ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global
Move and rename get_ftrace_addr() and get_ftrace_addr_old() to
ftrace_get_addr_new() and ftrace_get_addr_curr() respectively.
This moves these two helper functions in the generic code out from
the arch specific code, and renames them to have a better generic
name. This will allow other archs to use them as well as makes it
a bit easier to work on getting separate trampolines for different
functions.
ftrace_get_addr_new() returns the trampoline address that the mcount
call address will be converted to.
ftrace_get_addr_curr() returns the trampoline address of what the
mcount call address currently jumps to.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions