cregit-Linux how code gets into the kernel

Release 4.9 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

PersonTokensPropCommitsCommitProp
helge dellerhelge deller4389.58%480.00%
akashi takahiroakashi takahiro510.42%120.00%
Total48100.00%5100.00%