summaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)Author
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter
2022-05-16perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo
2022-05-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-05-13perf bench: Add breakpoint benchmarksDmitry Vyukov
2022-05-08perf bench: Fix two numa NDEBUG warningsIan Rogers
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-03-12perf bench: Fix NULL check against wrong variableWeiguo Li
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-06Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa
2021-11-18perf bench: Fix two memory leaks detected with ASanSohaib Mohamed
2021-11-13perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-11-01Revert "perf bench futex: Add support for 32-bit systems with 64-bit time_t"Arnaldo Carvalho de Melo
2021-10-27perf bench futex: Add support for 32-bit systems with 64-bit time_tAlistair Francis
2021-10-27perf bench futex: Call the futex syscall from a functionAlistair Francis
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-08-30perf bench evlist-open-close: Use PRIu64 with u64 to fix build on 32-bit arch...Arnaldo Carvalho de Melo
2021-08-30perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo
2021-08-10perf bench: Add benchmark for evlist open/close operationsRiccardo Mancini
2021-08-09perf bench futex, requeue: Add --pi parameterDavidlohr Bueso
2021-08-09perf bench futex, requeue: Robustify futex_wait() handlingDavidlohr Bueso
2021-08-09perf bench futex, requeue: Add --broadcast optionDavidlohr Bueso
2021-08-09perf bench futex: Add --mlockall parameterDavidlohr Bueso
2021-08-09perf bench futex: Remove bogus backslash from commentDavidlohr Bueso
2021-08-09perf bench futex: Group test parameters cleanupDavidlohr Bueso
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2021-03-06perf bench: Fix misspellings using codespellXiong Zhenwu