summaryrefslogtreecommitdiff
path: root/tools/perf/bench
AgeCommit message (Expand)Author
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02perf bench futex: Add missing stdbool.hIan Rogers
2025-09-19perf bench mem: Add mmap() workloadsAnkur Arora
2025-09-19perf bench mem: Refactor mem_optionsAnkur Arora
2025-09-19perf bench mem: Allow chunking on a memory regionAnkur Arora
2025-09-19perf bench mem: Allow mapping of hugepagesAnkur Arora
2025-09-19perf bench mem: Switch from zalloc() to mmap()Ankur Arora
2025-09-19perf bench mem: Pull out init/fini logicAnkur Arora
2025-09-19perf bench mem: Move mem op parameters into a structureAnkur Arora
2025-09-19perf bench mem: Defer type munging of size to floatAnkur Arora
2025-09-19perf bench mem: Remove repetition around time measurementAnkur Arora
2025-09-08x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__Uros Bizjak
2025-08-25perf symbol: Add blocking argument to filename__read_build_idIan Rogers
2025-08-01Merge tag 'perf-tools-for-v6.17-2025-08-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-07-25perf bench synthesize: Avoid use of global perf_envIan Rogers
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers
2025-07-11perf bench futex: Remove support for IMMUTABLESebastian Andrzej Siewior
2025-06-22Merge tag 'v6.16-rc3' into perf-tools-nextNamhyung Kim
2025-06-17perf bench futex: Fix prctl include in musl libcArnaldo Carvalho de Melo
2025-06-09perf bench evlist-open-close: Switch user option to use BPF filterIan Rogers
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior
2025-05-03tools/perf: Allow to select the number of hash bucketsSebastian Andrzej Siewior
2025-04-25perf bench evlist-open-close: Reduce scope of 2 variablesIan Rogers
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders
2025-03-05perf bench: Fix perf bench syscall loop countThomas Richter
2025-01-18perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers
2024-11-16perf header: Move is_cpu_online to numa benchIan Rogers
2024-10-21perf tools: sched-pipe bench: add (-n) nonblocking benchmarkBrian Geffon
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-06-26perf bench: Make bench its own libraryIan Rogers
2024-06-13tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...Athira Rajeev
2024-06-13tools/perf: Fix perf bench epoll to enable the run when some CPU's are offlineAthira Rajeev
2024-06-13tools/perf: Fix perf bench futex to enable the run when some CPU's are offlineAthira Rajeev
2024-05-07perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers
2024-04-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-05perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...Colin Ian King
2023-10-25perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo
2023-09-26perf bench messaging: Kill child processes when exit abnormally in process modeYang Jihong
2023-09-26perf bench messaging: Store chlid process pid when creating worker for proces...Yang Jihong
2023-09-26perf bench messaging: Factor out create_worker()Yang Jihong
2023-09-26perf bench messaging: Fix coding style issues for sched-messagingYang Jihong
2023-09-13perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-24perf pmu: Abstract alias/event structIan Rogers