aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2019-11-18 10:41:29 -0500
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-11-18 11:42:16 -0500
commit46f9469247c6f4697cbbf37e4b3961120bf07f29 (patch)
treefc4b77c9cb8ebb9fec6854a6ef5b2a57d1bbe2c6 /include/linux/ftrace.h
parentftrace: Add a helper function to modify_ftrace_direct() to allow arch optimization (diff)
downloadwireguard-linux-46f9469247c6f4697cbbf37e4b3961120bf07f29.tar.xz
wireguard-linux-46f9469247c6f4697cbbf37e4b3961120bf07f29.zip
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
The ftrace_graph_stub was created and points to ftrace_stub as a way to assign the functon graph tracer function pointer to a stub function with a different prototype than what ftrace_stub has and not trigger the C verifier. The ftrace_graph_stub was created via the linker script vmlinux.lds.h. Unfortunately, powerpc already uses the name ftrace_graph_stub for its internal implementation of the function graph tracer, and even though powerpc would still build, the change via the linker script broke function tracer on powerpc from working. By using the name ftrace_stub_graph, which does not exist anywhere else in the kernel, this should not be a problem. Link: https://lore.kernel.org/r/1573849732.5937.136.camel@lca.pw Fixes: b83b43ffc6e4 ("fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub") Reorted-by: Qian Cai <cai@lca.pw> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace.h')
0 files changed, 0 insertions, 0 deletions