1 #ifndef _ASM_S390_FTRACE_H
2 #define _ASM_S390_FTRACE_H
6 extern void _mcount(void);
8 struct dyn_arch_ftrace
{ };
10 #define MCOUNT_ADDR ((long)_mcount)
13 static inline unsigned long ftrace_call_adjust(unsigned long addr
)
18 #endif /* __ASSEMBLY__ */
21 #define MCOUNT_INSN_SIZE 12
23 #define MCOUNT_INSN_SIZE 22
26 #endif /* _ASM_S390_FTRACE_H */