summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
Commit message (Expand)AuthorAgeFilesLines
* perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe2024-05-071-1/+1
* perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers2024-04-122-3/+19
* perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers2024-04-121-1/+1
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-127-7/+7
* perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King2023-12-051-1/+1
* perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim2023-10-251-4/+128
* perf bench uprobe: Fix potential use of memory after freeIan Rogers2023-10-121-0/+1
* Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo2023-10-101-1/+1
|\
| * perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo2023-09-131-1/+1
* | perf bench messaging: Kill child processes when exit abnormally in process modeYang Jihong2023-09-261-3/+20
* | perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong2023-09-261-20/+27
* | perf bench messaging: Factor out create_worker()Yang Jihong2023-09-261-24/+26
* | perf bench messaging: Fix coding style issues for sched-messagingYang Jihong2023-09-261-5/+5
|/
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-095-9/+225
|\
| * perf pmu: Abstract alias/event structIan Rogers2023-08-241-6/+2
| * perf bench breakpoint: Skip run if no breakpoints availableKajol Jain2023-08-231-3/+21
| * perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo2023-07-202-11/+29
| * perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo2023-07-202-3/+73
| * perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo2023-07-201-5/+16
| * perf bench uprobe: Print diff to baselineArnaldo Carvalho de Melo2023-07-201-3/+24
| * perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo2023-07-203-0/+82
* | perf/benchmark: add a new benchmark for seccom_unotifyAndrei Vagin2023-07-173-0/+180
|/
* perf bench sched messaging: Free contexts on exitIan Rogers2023-06-121-1/+17
* perf bench futex: Avoid memory leaks from pthread_attrIan Rogers2023-06-124-26/+29
* perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers2023-06-122-0/+10
* perf pmus: Allow just core PMU scanningIan Rogers2023-05-271-21/+29
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-5/+5
* perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmuIan Rogers2023-05-271-4/+2
* tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-174-10/+2
* 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