summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memcpy.c
AgeCommit message (Expand)Author
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry
2014-12-09perf bench: Fix memcpy/memset outputRabin Vincent
2014-12-09perf bench: Merge memset into memcpyRabin Vincent
2014-12-09perf bench: Prepare memcpy for mergeRabin Vincent
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake
2012-06-27perf bench: Documentation updateNamhyung Kim
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich
2010-11-26perf bench: Print both of prefaulted and no prefaulted results by defaultHitoshi Mitake
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-22perf bench: Make the mem/memcpy tests more user-friendlyHitoshi Mitake
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake