We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a05bf commit b999589Copy full SHA for b999589
arch/s390/include/asm/ftrace.h
@@ -51,6 +51,7 @@ static inline unsigned long ftrace_call_adjust(unsigned long addr)
51
{
52
return addr;
53
}
54
+#define ftrace_get_symaddr(fentry_ip) ((unsigned long)(fentry_ip))
55
56
#include <linux/ftrace_regs.h>
57
0 commit comments