hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/bench/mem-memcpy-x86-64-asm.S
....@@ -2,6 +2,9 @@
22
33 /* Various wrappers to make the kernel .S file build in user-space: */
44
5
+// memcpy_orig and memcpy_erms are being defined as SYM_L_LOCAL but we need it
6
+#define SYM_FUNC_START_LOCAL(name) \
7
+ SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN)
58 #define memcpy MEMCPY /* don't hide glibc's memcpy() */
69 #define altinstr_replacement text
710 #define globl p2align 4; .globl