hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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