summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
Commit message (Expand)AuthorAgeFilesLines
* perf bench: Update use of pthread mutex/condIan Rogers2022-10-048-171/+153
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-231-1/+1
|\
| * perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
* | perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo2022-05-161-1/+1
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-05-161-0/+2
|\|
| * perf bench: Fix two numa NDEBUG warningsIan Rogers2022-05-081-0/+2
* | perf bench: Add breakpoint benchmarksDmitry Vyukov2022-05-133-0/+247
|/
* perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev2022-04-141-33/+95
* perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2022-04-141-2/+6
* perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-092-12/+38
* perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-095-28/+83
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-1/+1
* perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-228-9/+9
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-127-7/+7
* Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-061-4/+0
* perf bench: Fix two memory leaks detected with ASanSohaib Mohamed2021-11-181-0/+4
* perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-134-0/+4
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-2/+4
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-1/+1
* Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Arnaldo Carvalho de Melo2021-11-011-40/+3
* perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis2021-10-271-3/+40
* perf bench futex: Call the futex syscall from a functionAlistair Francis2021-10-271-17/+26
* perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini2021-10-081-1/+6
* perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim2021-09-171-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-1/+1
* | perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch...Arnaldo Carvalho de Melo2021-08-301-1/+2
* | perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo2021-08-301-22/+30
* | perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini2021-08-103-0/+259
* | perf bench futex, requeue: Add --pi parameterDavidlohr Bueso2021-08-092-26/+111
* | perf bench futex, requeue: Robustify futex_wait() handlingDavidlohr Bueso2021-08-091-1/+14
* | perf bench futex, requeue: Add --broadcast optionDavidlohr Bueso2021-08-092-0/+5
* | perf bench futex: Add --mlockall parameterDavidlohr Bueso2021-08-096-0/+38
* | perf bench futex: Remove bogus backslash from commentDavidlohr Bueso2021-08-091-1/+1
* | perf bench futex: Group test parameters cleanupDavidlohr Bueso2021-08-096-137/+162
* | perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-2/+2
|/
* perf tools: Fix various typos in commentsIngo Molnar2021-03-232-3/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-03-084-19/+35
|\
| * perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev2021-03-061-13/+29
| * perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-063-6/+6
* | perf bench: Fix misspellings using codespellXiong Zhenwu2021-03-061-1/+1
|/
* perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-127-7/+0
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-122-0/+6
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-174-21/+524
|\
| * perf bench: Use condition variables in numa.Ian Rogers2020-10-141-21/+46
| * perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-1/+1
| * perf tools: Use build_id object in dsoJiri Olsa2020-10-141-2/+2
| * perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim2020-10-131-19/+35
| * perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-133-0/+462