summaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)Author
2015-05-18perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-05-04perf bench numa: Show more stats of particular threads in verbose modePetr Holasek
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek
2015-04-27perf bench numa: Fixes of --quiet argumentPetr Holasek
2015-04-27perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2015-03-03perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov
2015-03-03perf/bench: Carve out mem routine benchmarkingBorislav Petkov
2015-03-03perf/bench: Fix mem* routines usage after alternatives changeBorislav Petkov
2015-03-02Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo
2015-02-22perf bench: Fix order of arguments to memcpy_alloc_memBruce Merry
2015-02-12perf build: Add bench objects buildingJiri Olsa
2015-01-28perf tools: Provide stub for missing pthread_attr_setaffinity_npVineet Gupta
2015-01-16perf tools: Avoid build splat for syscall numbers with uclibcVineet Gupta
2014-12-09perf bench: Fix memcpy/memset outputRabin Vincent
2014-12-09perf bench: Merge memset into memcpyRabin Vincent
2014-12-09perf bench: Prepare memcpy for mergeRabin Vincent
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud
2014-06-19perf bench sched-messaging: Drop barf()Davidlohr Bueso
2014-06-19perf bench mem: The -o and -n options are mutually exclusiveDavidlohr Bueso
2014-06-19perf bench futex: Use global --repeat optionDavidlohr Bueso
2014-06-19perf bench: Add --repeat optionDavidlohr Bueso
2014-06-19perf bench sched-messaging: Plug memleakDavidlohr Bueso
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-14perf bench: Add futex-requeue microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-wake microbenchmarkDavidlohr Bueso
2014-03-14perf bench: Add futex-hash microbenchmarkDavidlohr Bueso
2014-03-14perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo
2013-10-21perf tools: Fix bench/numa.c for 32-bit buildAdrian Hunter
2013-10-11perf bench: Fix failing assertions in numa benchPetr Holasek
2013-10-11perf bench sched: Add --threaded optionIngo Molnar
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-07-22perf bench: Fix memcpy benchmark for large sizesAndi Kleen
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov
2013-03-14perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea
2012-07-02perf bench: Fix confused variable namings and descriptions in mem subsystemHitoshi Mitake