Release 4.11 tools/perf/bench/mem-memcpy-x86-64-asm-def.h
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 | 58.33% | 1 | 33.33% |
Hitoshi Mitake | 7 | 29.17% | 1 | 33.33% |
Borislav Petkov | 3 | 12.50% | 1 | 33.33% |
Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.