Release 4.10 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 | jan beulich | 21 | 91.30% | 1 | 33.33% |
ingo molnar | ingo molnar | 1 | 4.35% | 1 | 33.33% |
arnaldo carvalho de melo | 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.