aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memcpy-arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/mem-memcpy-arch.h')
-rw-r--r--tools/perf/bench/mem-memcpy-arch.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/perf/bench/mem-memcpy-arch.h b/tools/perf/bench/mem-memcpy-arch.h
new file mode 100644
index 000000000000..a72e36cb5394
--- /dev/null
+++ b/tools/perf/bench/mem-memcpy-arch.h
@@ -0,0 +1,12 @@
1
2#ifdef ARCH_X86_64
3
4#define MEMCPY_FN(fn, name, desc) \
5 extern void *fn(void *, const void *, size_t);
6
7#include "mem-memcpy-x86-64-asm-def.h"
8
9#undef MEMCPY_FN
10
11#endif
12