summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memcpy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-041-62/+66
|\
| * perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov2015-03-031-1/+9
| * perf/bench: Carve out mem routine benchmarkingBorislav Petkov2015-03-031-62/+58Star
* | perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry2015-02-231-2/+2
|/
* perf bench: Fix memcpy/memset outputRabin Vincent2014-12-091-8/+10
* perf bench: Merge memset into memcpyRabin Vincent2014-12-091-0/+90
* perf bench: Prepare memcpy for mergeRabin Vincent2014-12-091-78/+104
* perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud2014-07-181-1/+3
* perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso2014-06-191-0/+5
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-1/+1
* perf bench: Fix memcpy benchmark for large sizesAndi Kleen2013-07-221-0/+2
* perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2013-07-081-2/+2
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake2012-07-021-40/+40
* perf bench: Documentation updateNamhyung Kim2012-06-271-2/+2
* perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-301-1/+0Star
* perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2012-01-241-2/+9
* perf bench: Print both of prefaulted and no prefaulted results by defaultHitoshi Mitake2010-11-261-57/+162
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-1/+1
* perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo2010-04-031-1/+0Star
* perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo2009-11-241-2/+2
* perf bench: Make the mem/memcpy tests more user-friendlyHitoshi Mitake2009-11-221-15/+22
* perf bench: Add memcpy() benchmarkHitoshi Mitake2009-11-191-0/+186