summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
Commit message (Expand)AuthorAgeFilesLines
* perf bench futex: Fix lock-pi help stringDavidlohr Bueso2016-12-201-1/+1
* perf bench futex: Sanitize numeric parametersDavidlohr Bueso2016-10-256-0/+20
* perf bench futex: Avoid worker cacheline bouncingDavidlohr Bueso2016-10-252-7/+8
* perf bench futex: Cache align the worker structSebastian Andrzej Siewior2016-10-241-1/+4
* perf bench mem: Move boilerplate memory allocation to the infrastructureArnaldo Carvalho de Melo2016-10-241-47/+30
* perf bench futex: Use NSEC_PER_USECArnaldo Carvalho de Melo2016-08-233-6/+9
* perf bench sched-messaging: Use USEC_PER_MSECArnaldo Carvalho de Melo2016-08-231-2/+3
* perf bench mem: Use USEC_PER_SECArnaldo Carvalho de Melo2016-08-231-1/+2
* perf bench sched-pipe: Use linux/time64.h, USEC_PER_SECArnaldo Carvalho de Melo2016-08-231-4/+5
* perf bench numa: Use NSEC_PER_U?SECArnaldo Carvalho de Melo2016-08-231-26/+27
* perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo2016-07-122-2/+2
* perf bench futex: Add missing compiler.h headerArnaldo Carvalho de Melo2016-07-125-0/+5
* perf bench: Disentangle headersArnaldo Carvalho de Melo2016-07-125-14/+18
* perf bench: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo2016-07-126-8/+18
* perf bench: Remove one more die() callArnaldo Carvalho de Melo2016-04-261-7/+15
* perf bench futex: Simplify wrapper for LOCK_PIDavidlohr Bueso2016-04-252-5/+3
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-233-14/+12
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf bench numa: Fix assertion for nodes bitfieldJakub Jelen2016-03-211-1/+1
* perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar2016-03-091-0/+5
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-179-9/+9
* perf bench: Use named initializers in the trailer tooArnaldo Carvalho de Melo2015-10-191-2/+2
* perf bench mem: Rename 'routine' to 'function'Ingo Molnar2015-10-191-30/+30
* perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar2015-10-193-18/+18
* perf bench mem: Reorganize the code a bitIngo Molnar2015-10-191-19/+19
* perf bench mem: Improve user visible stringsIngo Molnar2015-10-191-12/+17
* perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar2015-10-191-46/+46
* perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar2015-10-191-6/+6
* perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar2015-10-191-28/+28
* perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar2015-10-191-96/+50
* perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar2015-10-192-1/+1
* perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar2015-10-191-7/+4
* perf bench: Default to all routines in 'perf bench mem'Ingo Molnar2015-10-191-2/+2
* perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar2015-10-191-56/+45
* perf bench futex: Add lock_pi stresserDavidlohr Bueso2015-07-204-0/+242
* perf bench numa: Share sched_getcpu() __weak def with cloexec.cArnaldo Carvalho de Melo2015-05-181-0/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-112-9/+18
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-9/+18
| |\
| | * perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek2015-04-271-0/+8
| | * perf bench numa: Fixes of --quiet argumentPetr Holasek2015-04-271-2/+2
| | * perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso2015-04-271-7/+8
* | | perf bench futex: Handle spurious wakeupsDavidlohr Bueso2015-05-081-1/+6
* | | perf bench futex: Support parallel waker threadsDavidlohr Bueso2015-05-083-0/+297
* | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-05-061-1/+31
|\ \ \ | |/ / |/| |
| * | perf bench numa: Show more stats of particular threads in verbose modePetr Holasek2015-05-041-1/+31
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-0/+11
|\|
| * Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-021-2/+2
| |\
| * | perf build: Add bench objects buildingJiri Olsa2015-02-121-0/+11
* | | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-045-72/+72
|\ \ \ | |_|/ |/| |
| * | perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov2015-03-031-1/+9