cregit-Linux how code gets into the kernel

Release 4.11 tools/perf/util/include/linux/linkage.h

#ifndef PERF_LINUX_LINKAGE_H_

#define PERF_LINUX_LINKAGE_H_

/* linkage.h ... for including arch/x86/lib/memcpy_64.S */


#define ENTRY(name)				\
	.globl name;                            \
        name:


#define ENDPROC(name)

#endif	/* PERF_LINUX_LINKAGE_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Hitoshi Mitake24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.