cregit-Linux how code gets into the kernel

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

Directory: tools/perf/bench
/* SPDX-License-Identifier: GPL-2.0 */

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 Beulich1456.00%125.00%
Hitoshi Mitake728.00%125.00%
Borislav Petkov312.00%125.00%
Greg Kroah-Hartman14.00%125.00%
Total25100.00%4100.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.