summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
Commit message (Expand)AuthorAgeFilesLines
* perf bench inject-buildid: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-1/+2
* perf bench: Add pmu-scan benchmarkNamhyung Kim2023-04-043-0/+186
* perf bench numa: Fix type of loop iterator in do_work, it should be 'long'Andreas Herrmann2023-04-041-1/+1
* perf bench: Avoid NDEBUG warningIan Rogers2023-04-041-2/+6
* perf bench syscall: Add fork syscall benchmarkTiezhu Yang2023-04-042-0/+36
* perf bench syscall: Add execve syscall benchmarkTiezhu Yang2023-02-022-0/+37
* perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang2023-02-022-0/+12
* perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang2023-02-021-4/+25
* Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-201-12/+0
|\
| * parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2022-12-171-12/+0
* | perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-1/+1
* | perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-311-1/+1
* | perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-4/+5
|/
* 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
|/