1 #ifndef _ASM_S390_FTRACE_H
2 #define _ASM_S390_FTRACE_H
6 extern void _mcount(void);
7 extern char ftrace_graph_caller_end
;
9 struct dyn_arch_ftrace
{ };
11 #define MCOUNT_ADDR ((long)_mcount)
14 static inline unsigned long ftrace_call_adjust(unsigned long addr
)
19 #endif /* __ASSEMBLY__ */
21 #define MCOUNT_INSN_SIZE 18
23 #define ARCH_SUPPORTS_FTRACE_OPS 1
25 #endif /* _ASM_S390_FTRACE_H */