Release 4.14 tools/perf/bench/mem-memset-x86-64-asm-def.h
/* SPDX-License-Identifier: GPL-2.0 */
MEMSET_FN(memset_orig,
"x86-64-unrolled",
"unrolled memset() in arch/x86/lib/memset_64.S")
MEMSET_FN(__memset,
"x86-64-stosq",
"movsq-based memset() in arch/x86/lib/memset_64.S")
MEMSET_FN(memset_erms,
"x86-64-stosb",
"movsb-based memset() in arch/x86/lib/memset_64.S")
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 21 | 84.00% | 1 | 33.33% |
Borislav Petkov | 3 | 12.00% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 33.33% |
Total | 25 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.