cregit-Linux how code gets into the kernel

Release 4.14 arch/parisc/include/asm/ftrace.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Deller4387.76%466.67%
AKASHI Takahiro510.20%116.67%
Greg Kroah-Hartman12.04%116.67%
Total49100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.