summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
AgeCommit message (Expand)AuthorLines
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud-2/+6
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso-26/+19
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso-0/+10
2014-06-19perf bench futex: Use global --repeat optionDavidlohr Bueso-19/+3
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso-0/+1
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso-0/+2
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar-0/+4
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra-0/+4
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+698
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso-0/+225
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso-0/+212
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso-0/+261
2014-03-14perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo-0/+1
2013-10-21perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter-2/+2
2013-10-11perf bench: Fix failing assertions in numa benchPetr Holasek-13/+21
2013-10-11perf bench sched: Add --threaded optionIngo Molnar-29/+86
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar-4/+4
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen-0/+2
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov-3/+3
2013-03-14perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee-0/+24
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar-0/+1732
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-7/+8
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea-3/+3
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake-80/+80
2012-06-27perf bench: Documentation updateNamhyung Kim-6/+6
2012-02-06perf tool: Fix perf stack to non executable on x86_64Jiri Olsa-0/+7
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-0/+6
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa-0/+6
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim-2/+0
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich-4/+18
2012-01-24perf bench: Also allow measuring memset()Jan Beulich-0/+322
2012-01-24perf bench: Also allow measuring alternative memcpy implementationsJan Beulich-0/+12
2012-01-24perf bench: Make "default" memcpy() selection actually use glibc's implementa...Jan Beulich-1/+1
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin-1/+1
2010-11-26perf bench: Add feature that measures the performance of the arch/x86/lib/mem...Hitoshi Mitake-0/+18
2010-11-26perf bench: Print both of prefaulted and no prefaulted results by defaultHitoshi Mitake-57/+162
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo-4/+2
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie-3/+3
2010-04-08perf bench: fix spelloRandy Dunlap-1/+1
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo-1/+0
2009-12-14perf sched: Fix build failure on sparcDavid Miller-4/+8
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake-3/+4
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo-2/+2
2009-11-22perf bench: Make the mem/memcpy tests more user-friendlyHitoshi Mitake-15/+22
2009-11-19perf bench: Add memcpy() benchmarkHitoshi Mitake-0/+187
2009-11-10perf bench: Improve sched-message.c with more comfortable outputHitoshi Mitake-3/+3
2009-11-10perf bench: Improve sched-pipe.c with more comfortable outputHitoshi Mitake-5/+6
2009-11-10perf bench: Clean up bench/bench.hIngo Molnar-9/+7
2009-11-10perf bench: Modify builtin-pipe.c for processing common optionsHitoshi Mitake-8/+14
2009-11-10perf bench: Modify bench/bench-messaging.c to adopt unified output formattingHitoshi Mitake-7/+11