cregit-Linux how code gets into the kernel

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

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

PersonTokensPropCommitsCommitProp
jan beulichjan beulich1458.33%133.33%
hitoshi mitakehitoshi mitake729.17%133.33%
borislav petkovborislav petkov312.50%133.33%
Total24100.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.