kernel/tools/perf/bench/mem-memcpy-x86-64-asm.S
.. .. @@ -2,6 +2,9 @@ 2 2 3 3 /* Various wrappers to make the kernel .S file build in user-space: */ 4 4 5 +// memcpy_orig and memcpy_erms are being defined as SYM_L_LOCAL but we need it6 +#define SYM_FUNC_START_LOCAL(name) \7 + SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN)5 8 #define memcpy MEMCPY /* don't hide glibc's memcpy() */ 6 9 #define altinstr_replacement text 7 10 #define globl p2align 4; .globl