]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/util/include/linux/linkage.h
perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64...
[karo-tx-linux.git] / tools / perf / util / include / linux / linkage.h
1
2 #ifndef PERF_LINUX_LINKAGE_H_
3 #define PERF_LINUX_LINKAGE_H_
4
5 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
6
7 #define ENTRY(name)                             \
8         .globl name;                            \
9         name:
10
11 #define ENDPROC(name)
12
13 #endif  /* PERF_LINUX_LINKAGE_H_ */