cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/bench/mem-memset-x86-64-asm-def.h

Directory: tools/perf/bench
/* 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

PersonTokensPropCommitsCommitProp
Jan Beulich2184.00%133.33%
Borislav Petkov312.00%133.33%
Greg Kroah-Hartman14.00%133.33%
Total25100.00%3100.00%
Directory: tools/perf/bench
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.