aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09perf bench: Merge memset into memcpyRabin Vincent1-304/+0
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-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov1-1/+1
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-4/+4
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
2012-01-24perf bench: Also allow measuring memset()Jan Beulich1-0/+291