cregit-Linux how code gets into the kernel

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

Directory: tools/perf/bench
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 beulichjan beulich2187.50%150.00%
borislav petkovborislav petkov312.50%150.00%
Total24100.00%2100.00%
Directory: tools/perf/bench
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.