Release 4.11 tools/perf/bench/mem-memcpy-arch.h
#ifdef HAVE_ARCH_X86_64_SUPPORT
#define MEMCPY_FN(fn, name, desc) \
void *fn(void *, const void *, size_t);
#include "mem-memcpy-x86-64-asm-def.h"
#undef MEMCPY_FN
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Hitoshi Mitake | 21 | 91.30% | 1 | 33.33% |
Ingo Molnar | 1 | 4.35% | 1 | 33.33% |
Arnaldo Carvalho de Melo | 1 | 4.35% | 1 | 33.33% |
Total | 23 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.