cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */

#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 Mitake2496.00%150.00%
Greg Kroah-Hartman14.00%150.00%
Total25100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.