Release 4.14 tools/perf/bench/mem-memcpy-x86-64-asm-def.h
/* SPDX-License-Identifier: GPL-2.0 */
MEMCPY_FN(memcpy_orig,
"x86-64-unrolled",
"unrolled memcpy() in arch/x86/lib/memcpy_64.S")
MEMCPY_FN(__memcpy,
"x86-64-movsq",
"movsq-based memcpy() in arch/x86/lib/memcpy_64.S")
MEMCPY_FN(memcpy_erms,
"x86-64-movsb",
"movsb-based memcpy() in arch/x86/lib/memcpy_64.S")
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 14 | 56.00% | 1 | 25.00% |
Hitoshi Mitake | 7 | 28.00% | 1 | 25.00% |
Borislav Petkov | 3 | 12.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.