Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / bench / mem-memcpy-x86-64-asm-def.h
blob6188e19d312967d426ffd59cc9f9e4939c7db557
1 /* SPDX-License-Identifier: GPL-2.0 */
3 MEMCPY_FN(memcpy_orig,
4 "x86-64-unrolled",
5 "unrolled memcpy() in arch/x86/lib/memcpy_64.S")
7 MEMCPY_FN(__memcpy,
8 "x86-64-movsq",
9 "movsq-based memcpy() in arch/x86/lib/memcpy_64.S")