]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Use the ftrace_addr helper functions to find the ftrace_addr
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Thu, 8 May 2014 11:01:21 +0000 (07:01 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 14 May 2014 15:37:29 +0000 (11:37 -0400)
commit0c5ec6f38de6081bbb496dc09882819474a86427
tree3b5fc12dd767f6ebbbec8058f59bea5ff585ab0d
parent8fed12c37f79e48e0a123b7626a5473ce2fee726
ftrace: Use the ftrace_addr helper functions to find the ftrace_addr

With the moving of the functions that determine what the mcount call site
should be replaced with into the generic code, there is a few places
in the generic code that can use them instead of hard coding it as it
does.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c