aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memcpy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-19perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar1-420/+0
2015-10-19perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar1-7/+4
2015-10-19perf bench: Default to all routines in 'perf bench mem'Ingo Molnar1-2/+2
2015-10-19perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar1-56/+45
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asmIngo Molnar1-62/+66
2015-03-03perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov1-1/+9
2015-03-03perf/bench: Carve out mem routine benchmarkingBorislav Petkov1-62/+58
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry1-2/+2
2014-12-09perf bench: Fix memcpy/memset outputRabin Vincent1-8/+10
2014-12-09perf bench: Merge memset into memcpyRabin Vincent1-0/+90
2014-12-09perf bench: Prepare memcpy for mergeRabin Vincent1-78/+104
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud1-1/+3
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso1-0/+5
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-1/+1
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen1-0/+2
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov1-2/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+1
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake1-40/+40
2012-06-27perf bench: Documentation updateNamhyung Kim1-2/+2
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim1-1/+0
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich1-2/+9
2010-11-26perf bench: Print both of prefaulted and no prefaulted results by defaultHitoshi Mitake1-57/+162
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-1/+1
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-2/+2
2009-11-22perf bench: Make the mem/memcpy tests more user-friendlyHitoshi Mitake1-15/+22
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake1-0/+186