summaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)AuthorFilesLines
2023-10-25perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim1-4/+128
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers1-0/+1
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo1-1/+1
2023-09-27perf bench messaging: Kill child processes when exit abnormally in process modeYang Jihong1-3/+20
2023-09-27perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong1-20/+27
2023-09-27perf bench messaging: Factor out create_worker()Yang Jihong1-24/+26
2023-09-27perf bench messaging: Fix coding style issues for sched-messagingYang Jihong1-5/+5
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo1-1/+1
2023-09-10Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds5-9/+225
2023-08-24perf pmu: Abstract alias/event structIan Rogers1-6/+2
2023-08-23perf bench breakpoint: Skip run if no breakpoints availableKajol Jain1-3/+21
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo2-11/+29
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo2-3/+73
2023-07-20perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo1-5/+16
2023-07-20perf bench uprobe: Print diff to baselineArnaldo Carvalho de Melo1-3/+24
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo3-0/+82
2023-07-18perf/benchmark: add a new benchmark for seccom_unotifyAndrei Vagin3-0/+180
2023-06-13perf bench sched messaging: Free contexts on exitIan Rogers1-1/+17
2023-06-13perf bench futex: Avoid memory leaks from pthread_attrIan Rogers4-26/+29
2023-06-13perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers2-0/+10
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-21/+29
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-5/+5
2023-05-27perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmuIan Rogers1-4/+2
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo4-10/+2
2023-04-12perf bench inject-buildid: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+2
2023-04-04perf bench: Add pmu-scan benchmarkNamhyung Kim3-0/+186
2023-04-04perf bench numa: Fix type of loop iterator in do_work, it should be 'long'Andreas Herrmann1-1/+1
2023-04-04perf bench: Avoid NDEBUG warningIan Rogers1-2/+6
2023-04-04perf bench syscall: Add fork syscall benchmarkTiezhu Yang2-0/+36
2023-02-02perf bench syscall: Add execve syscall benchmarkTiezhu Yang2-0/+37
2023-02-02perf bench syscall: Add getpgid syscall benchmarkTiezhu Yang2-0/+12
2023-02-02perf bench syscall: Introduce bench_syscall_common()Tiezhu Yang1-4/+25
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2022-12-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-12/+0
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo1-1/+1
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-4/+5
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers8-171/+153
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-17perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo1-1/+1
2022-05-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+2
2022-05-13perf bench: Add breakpoint benchmarksDmitry Vyukov3-0/+247
2022-05-09perf bench: Fix two numa NDEBUG warningsIan Rogers1-0/+2
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KAthira Rajeev1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev1-2/+6
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev5-28/+83
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+1
2022-03-12perf bench: Fix NULL check against wrong variableWeiguo Li1-1/+1