aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Gravatar Ian Rogers 7-7/+7
2023-12-05perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Gravatar Colin Ian King 1-1/+1
2023-10-25perf bench sched pipe: Add -G/--cgroups optionGravatar Namhyung Kim 1-4/+128
2023-10-12perf bench uprobe: Fix potential use of memory after freeGravatar Ian Rogers 1-0/+1
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextGravatar Arnaldo Carvalho de Melo 1-1/+1
2023-09-26perf bench messaging: Kill child processes when exit abnormally in process modeGravatar Yang Jihong 1-3/+20
2023-09-26perf bench messaging: Store chlid process pid when creating worker for proces...Gravatar Yang Jihong 1-20/+27
2023-09-26perf bench messaging: Factor out create_worker()Gravatar Yang Jihong 1-24/+26
2023-09-26perf bench messaging: Fix coding style issues for sched-messagingGravatar Yang Jihong 1-5/+5
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIGravatar Arnaldo Carvalho de Melo 1-1/+1
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-9/+225
2023-08-24perf pmu: Abstract alias/event structGravatar Ian Rogers 1-6/+2
2023-08-23perf bench breakpoint: Skip run if no breakpoints availableGravatar Kajol Jain 1-3/+21
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Gravatar Arnaldo Carvalho de Melo 2-11/+29
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programGravatar Arnaldo Carvalho de Melo 2-3/+73
2023-07-20perf bench uprobe: Show diff to previousGravatar Arnaldo Carvalho de Melo 1-5/+16
2023-07-20perf bench uprobe: Print diff to baselineGravatar Arnaldo Carvalho de Melo 1-3/+24
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadGravatar Arnaldo Carvalho de Melo 3-0/+82
2023-07-17perf/benchmark: add a new benchmark for seccom_unotifyGravatar Andrei Vagin 3-0/+180
2023-06-12perf bench sched messaging: Free contexts on exitGravatar Ian Rogers 1-1/+17
2023-06-12perf bench futex: Avoid memory leaks from pthread_attrGravatar Ian Rogers 4-26/+29
2023-06-12perf bench epoll: Fix missing frees/puts on the exit pathGravatar Ian Rogers 2-0/+10
2023-05-27perf pmus: Allow just core PMU scanningGravatar Ian Rogers 1-21/+29
2023-05-27perf pmu: Separate pmu and pmusGravatar Ian Rogers 1-5/+5
2023-05-27perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmuGravatar Ian Rogers 1-4/+2
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Gravatar Arnaldo Carvalho de Melo 4-10/+2
2023-04-12perf bench inject-buildid: Use zfree() to reduce chances of use after freeGravatar Arnaldo Carvalho de Melo 1-1/+2
2023-04-04perf bench: Add pmu-scan benchmarkGravatar Namhyung Kim 3-0/+186
2023-04-04perf bench numa: Fix type of loop iterator in do_work, it should be 'long'Gravatar Andreas Herrmann 1-1/+1
2023-04-04perf bench: Avoid NDEBUG warningGravatar Ian Rogers 1-2/+6
2023-04-04perf bench syscall: Add fork syscall benchmarkGravatar Tiezhu Yang 2-0/+36
2023-02-02perf bench syscall: Add execve syscall benchmarkGravatar Tiezhu Yang 2-0/+37
2023-02-02perf bench syscall: Add getpgid syscall benchmarkGravatar Tiezhu Yang 2-0/+12
2023-02-02perf bench syscall: Introduce bench_syscall_common()Gravatar Tiezhu Yang 1-4/+25
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+0
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesGravatar Helge Deller 1-12/+0
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersGravatar Sean Christopherson 1-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2022-10-27perf tools: Make quiet mode consistent between toolsGravatar James Clark 1-4/+5
2022-10-04perf bench: Update use of pthread mutex/condGravatar Ian Rogers 8-171/+153
2022-05-23Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-05-21perf bench numa: Address compiler error on s390Gravatar Thomas Richter 1-1/+1
2022-05-16perf bench breakpoint: Fix build on 32-bit archesGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-05-16Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-0/+2
2022-05-13perf bench: Add breakpoint benchmarksGravatar Dmitry Vyukov 3-0/+247
2022-05-08perf bench: Fix two numa NDEBUG warningsGravatar Ian Rogers 1-0/+2
2022-04-14perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1KGravatar Athira Rajeev 1-33/+95
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineGravatar Athira Rajeev 1-2/+6
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Gravatar Athira Rajeev 2-12/+38
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Gravatar Athira Rajeev 5-28/+83