Release 4.11 arch/parisc/include/asm/ftrace.h
#ifndef _ASM_PARISC_FTRACE_H
#define _ASM_PARISC_FTRACE_H
#ifndef __ASSEMBLY__
extern void mcount(void);
#define MCOUNT_INSN_SIZE 4
extern unsigned long sys_call_table[];
extern unsigned long return_address(unsigned int);
#define ftrace_return_address(n) return_address(n)
#endif /* __ASSEMBLY__ */
#endif /* _ASM_PARISC_FTRACE_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Helge Deller | 43 | 89.58% | 4 | 80.00% |
AKASHI Takahiro | 5 | 10.42% | 1 | 20.00% |
Total | 48 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.