commit | 4dc936769e8a6382a4cc12375e8a4daa2b829fda | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jun 06 13:45:31 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jul 31 10:29:57 2012 -0400 |
tree | 402e75bf6edb5761ea4c2312778d137c0e0dcf44 | |
parent | 25764288d8dc4792f0f487baf043ccfee5d8c2ba [diff] |
ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE When CONFIG_DYNAMIC_FTRACE is not set, ftrace_location() is not defined. If a user (like kprobes) references this function, it will break the compile when CONFIG_DYNAMIC_FTRACE is not set. Add ftrace_location() as a nop (return 0) when DYNAMIC_FTRACE is not defined. Link: http://lkml.kernel.org/r/20120612225426.961092717@goodmis.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>