summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench
AgeCommit message (Expand)AuthorLines
2025-06-17perf bench futex: Fix prctl include in musl libcArnaldo Carvalho de Melo-2/+8
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds-19/+23
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior-1/+3
2025-05-03tools/perf: Allow to select the number of hash bucketsSebastian Andrzej Siewior-1/+101
2025-04-25perf bench evlist-open-close: Reduce scope of 2 variablesIan Rogers-19/+23
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders-11/+4
2025-03-05perf bench: Fix perf bench syscall loop countThomas Richter-9/+13
2025-01-18perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu-1/+6
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers-6/+7
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers-0/+53
2024-10-21perf tools: sched-pipe bench: add (-n) nonblocking benchmarkBrian Geffon-7/+36
2024-08-12perf tool: Constify tool pointersIan Rogers-1/+1
2024-06-26perf bench: Make bench its own libraryIan Rogers-23/+23
2024-06-13tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...Athira Rajeev-1/+1
2024-06-13tools/perf: Fix perf bench epoll to enable the run when some CPU's are offlineAthira Rajeev-2/+2
2024-06-13tools/perf: Fix perf bench futex to enable the run when some CPU's are offlineAthira Rajeev-5/+5
2024-05-07perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe-1/+1
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers-3/+19
2024-04-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers-1/+1
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers-7/+7
2023-12-05perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King-1/+1
2023-10-25perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim-4/+128
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers-0/+1
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo-1/+1
2023-09-26perf bench messaging: Kill child processes when exit abnormally in process modeYang Jihong-3/+20
2023-09-26perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong-20/+27
2023-09-26perf bench messaging: Factor out create_worker()Yang Jihong-24/+26
2023-09-26perf bench messaging: Fix coding style issues for sched-messagingYang Jihong-5/+5
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo-1/+1
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-9/+225
2023-08-24perf pmu: Abstract alias/event structIan Rogers-6/+2
2023-08-23perf bench breakpoint: Skip run if no breakpoints availableKajol Jain-3/+21
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo-11/+29
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo-3/+73
2023-07-20perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo-5/+16
2023-07-20perf bench uprobe: Print diff to baselineArnaldo Carvalho de Melo-3/+24
2023-07-20perf bench uprobe: Add benchmark to test uprobe overheadArnaldo Carvalho de Melo-0/+82
2023-07-17perf/benchmark: add a new benchmark for seccom_unotifyAndrei Vagin-0/+180
2023-06-12perf bench sched messaging: Free contexts on exitIan Rogers-1/+17
2023-06-12perf bench futex: Avoid memory leaks from pthread_attrIan Rogers-26/+29
2023-06-12perf bench epoll: Fix missing frees/puts on the exit pathIan Rogers-0/+10
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers-21/+29
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-5/+5
2023-05-27perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmuIan Rogers-4/+2
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo-10/+2
2023-04-12perf bench inject-buildid: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo-1/+2
2023-04-04perf bench: Add pmu-scan benchmarkNamhyung Kim-0/+186
2023-04-04perf bench numa: Fix type of loop iterator in do_work, it should be 'long'Andreas Herrmann-1/+1
2023-04-04perf bench: Avoid NDEBUG warningIan Rogers-2/+6
2023-04-04perf bench syscall: Add fork syscall benchmarkTiezhu Yang-0/+36