ftrace.h (e7ca7f9fa2cda220ba807620c992ce77c33a32ea) ftrace.h (fc79168a7c75423047d60a033dc4844955ccae0b)
1#ifndef _ASM_PARISC_FTRACE_H
2#define _ASM_PARISC_FTRACE_H
3
4#ifndef __ASSEMBLY__
5extern void mcount(void);
6
7#define MCOUNT_INSN_SIZE 4
8
1#ifndef _ASM_PARISC_FTRACE_H
2#define _ASM_PARISC_FTRACE_H
3
4#ifndef __ASSEMBLY__
5extern void mcount(void);
6
7#define MCOUNT_INSN_SIZE 4
8
9extern unsigned long sys_call_table[];
10
9extern unsigned long return_address(unsigned int);
10
11#define ftrace_return_address(n) return_address(n)
12
13#endif /* __ASSEMBLY__ */
14
15#endif /* _ASM_PARISC_FTRACE_H */
11extern unsigned long return_address(unsigned int);
12
13#define ftrace_return_address(n) return_address(n)
14
15#endif /* __ASSEMBLY__ */
16
17#endif /* _ASM_PARISC_FTRACE_H */