summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex-hash.c
Commit message (Expand)AuthorAgeFilesLines
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* perf bench: Update use of pthread mutex/condIan Rogers2022-10-041-16/+17
* perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-091-7/+19
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf bench futex: Add --mlockall parameterDavidlohr Bueso2021-08-091-0/+7
* perf bench futex: Group test parameters cleanupDavidlohr Bueso2021-08-091-27/+28
* perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-121-1/+0
* perf bench: Fix div-by-zero if runtime is zeroTommi Rantala2020-04-221-1/+2
* perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala2020-03-061-0/+1
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-031-6/+6
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+1
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-1/+2
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+2
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-1/+0
* perf bench futex: Use cpumapsDavidlohr Bueso2017-11-301-7/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-2/+1
* perf bench futex: Fix build on musl + clangArnaldo Carvalho de Melo2017-03-031-0/+1
* Revert "perf bench futex: Sanitize numeric parameters"Arnaldo Carvalho de Melo2017-02-141-4/+0
* perf bench futex: Sanitize numeric parametersDavidlohr Bueso2016-10-251-0/+4
* perf bench futex: Avoid worker cacheline bouncingDavidlohr Bueso2016-10-251-6/+5
* perf bench futex: Cache align the worker structSebastian Andrzej Siewior2016-10-241-1/+4
* perf bench futex: Add missing compiler.h headerArnaldo Carvalho de Melo2016-07-121-0/+1
* perf bench: Disentangle headersArnaldo Carvalho de Melo2016-07-121-2/+6
* perf bench: Add missing pthread.h include for CPU_*() macrosArnaldo Carvalho de Melo2016-07-121-3/+3
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf bench futex: Support operations for shared futexesDavidlohr Bueso2014-09-291-2/+5
* perf bench: Add futex-hash microbenchmarkDavidlohr Bueso2014-03-141-0/+212