aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry1-2/+2
2015-01-28perf tools: Provide stub for missing pthread_attr_setaffinity_npVineet Gupta1-0/+13
2015-01-16perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta1-1/+1
2014-12-09perf bench: Fix memcpy/memset outputRabin Vincent1-8/+10
2014-12-09perf bench: Merge memset into memcpyRabin Vincent2-304/+90
2014-12-09perf bench: Prepare memcpy for mergeRabin Vincent1-78/+104
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso1-1/+3
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso3-16/+30
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo1-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud2-2/+6
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso1-26/+19
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso2-0/+10
2014-06-19perf bench futex: Use global --repeat optionDavidlohr Bueso2-19/+3
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso1-0/+1
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso1-0/+2
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar1-0/+4
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra1-0/+4
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+698
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso3-0/+225
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso3-0/+212
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso3-0/+261
2014-03-14perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo1-0/+1
2013-10-21perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter1-2/+2
2013-10-11perf bench: Fix failing assertions in numa benchPetr Holasek1-13/+21
2013-10-11perf bench sched: Add --threaded optionIngo Molnar1-29/+86
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar4-4/+4
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. Shutemov2-3/+3
2013-03-14perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee1-0/+24
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar2-0/+1732
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea5-7/+8
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea1-3/+3
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake2-80/+80
2012-06-27perf bench: Documentation updateNamhyung Kim2-6/+6
2012-02-06perf tool: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+7
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+6
2012-02-06perf tools: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+6
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2-2/+0
2012-01-24perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"Jan Beulich2-4/+18
2012-01-24perf bench: Also allow measuring memset()Jan Beulich5-0/+322
2012-01-24perf bench: Also allow measuring alternative memcpy implementationsJan Beulich2-0/+12
2012-01-24perf bench: Make "default" memcpy() selection actually use glibc's implementationJan Beulich1-1/+1
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin1-1/+1
2010-11-26perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem'Hitoshi Mitake3-0/+18
2010-11-26perf bench: Print both of prefaulted and no prefaulted results by defaultHitoshi Mitake1-57/+162
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo1-4/+2
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie2-3/+3
2010-04-08perf bench: fix spelloRandy Dunlap1-1/+1
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2009-12-14perf sched: Fix build failure on sparcDavid Miller2-4/+8