Release 4.11 tools/perf/bench/mem-memset-arch.h
#ifdef HAVE_ARCH_X86_64_SUPPORT
#define MEMSET_FN(fn, name, desc) \
void *fn(void *, int, size_t);
#include "mem-memset-x86-64-asm-def.h"
#undef MEMSET_FN
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 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.