Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -1/+1 |
2024-06-26 | perf bench: Make bench its own library | Ian Rogers | 1 | -23/+23 |
2024-06-13 | tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para... | Athira Rajeev | 1 | -1/+1 |
2024-06-13 | tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline | Athira Rajeev | 2 | -2/+2 |
2024-06-13 | tools/perf: Fix perf bench futex to enable the run when some CPU's are offline | Athira Rajeev | 5 | -5/+5 |
2024-05-07 | perf bench internals inject-build-id: Fix trap divide when collecting just on... | He Zhe | 1 | -1/+1 |
2024-04-12 | perf bench uprobe: Add uretprobe variant of uprobe benchmarks | Ian Rogers | 2 | -3/+19 |
2024-04-12 | perf bench uprobe: Remove lib64 from libc.so.6 binary path | Ian Rogers | 1 | -1/+1 |
2023-12-12 | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n... | Ian Rogers | 7 | -7/+7 |
2023-12-05 | perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync... | Colin Ian King | 1 | -1/+1 |
2023-10-25 | perf bench sched pipe: Add -G/--cgroups option | Namhyung Kim | 1 | -4/+128 |
2023-10-12 | perf bench uprobe: Fix potential use of memory after free | Ian Rogers | 1 | -0/+1 |
2023-10-10 | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2023-09-26 | perf bench messaging: Kill child processes when exit abnormally in process mode | Yang Jihong | 1 | -3/+20 |
2023-09-26 | perf bench messaging: Store chlid process pid when creating worker for proces... | Yang Jihong | 1 | -20/+27 |
2023-09-26 | perf bench messaging: Factor out create_worker() | Yang Jihong | 1 | -24/+26 |
2023-09-26 | perf bench messaging: Fix coding style issues for sched-messaging | Yang Jihong | 1 | -5/+5 |
2023-09-13 | perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPI | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2023-09-09 | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 5 | -9/+225 |
2023-08-24 | perf pmu: Abstract alias/event struct | Ian Rogers | 1 | -6/+2 |
2023-08-23 | perf bench breakpoint: Skip run if no breakpoints available | Kajol Jain | 1 | -3/+21 |
2023-07-20 | perf bench uprobe trace_printk: Add entry attaching an BPF program that does ... | Arnaldo Carvalho de Melo | 2 | -11/+29 |
2023-07-20 | perf bench uprobe empty: Add entry attaching an empty BPF program | Arnaldo Carvalho de Melo | 2 | -3/+73 |
2023-07-20 | perf bench uprobe: Show diff to previous | Arnaldo Carvalho de Melo | 1 | -5/+16 |
2023-07-20 | perf bench uprobe: Print diff to baseline | Arnaldo Carvalho de Melo | 1 | -3/+24 |
2023-07-20 | perf bench uprobe: Add benchmark to test uprobe overhead | Arnaldo Carvalho de Melo | 3 | -0/+82 |
2023-07-17 | perf/benchmark: add a new benchmark for seccom_unotify | Andrei Vagin | 3 | -0/+180 |
2023-06-12 | perf bench sched messaging: Free contexts on exit | Ian Rogers | 1 | -1/+17 |
2023-06-12 | perf bench futex: Avoid memory leaks from pthread_attr | Ian Rogers | 4 | -26/+29 |
2023-06-12 | perf bench epoll: Fix missing frees/puts on the exit path | Ian Rogers | 2 | -0/+10 |
2023-05-27 | perf pmus: Allow just core PMU scanning | Ian Rogers | 1 | -21/+29 |
2023-05-27 | perf pmu: Separate pmu and pmus | Ian Rogers | 1 | -5/+5 |
2023-05-27 | perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu | Ian Rogers | 1 | -4/+2 |
2023-05-17 | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench' | Arnaldo Carvalho de Melo | 4 | -10/+2 |
2023-04-12 | perf bench inject-buildid: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2023-04-04 | perf bench: Add pmu-scan benchmark | Namhyung Kim | 3 | -0/+186 |
2023-04-04 | perf bench numa: Fix type of loop iterator in do_work, it should be 'long' | Andreas Herrmann | 1 | -1/+1 |
2023-04-04 | perf bench: Avoid NDEBUG warning | Ian Rogers | 1 | -2/+6 |
2023-04-04 | perf bench syscall: Add fork syscall benchmark | Tiezhu Yang | 2 | -0/+36 |
2023-02-02 | perf bench syscall: Add execve syscall benchmark | Tiezhu Yang | 2 | -0/+37 |
2023-02-02 | perf bench syscall: Add getpgid syscall benchmark | Tiezhu Yang | 2 | -0/+12 |
2023-02-02 | perf bench syscall: Introduce bench_syscall_common() | Tiezhu Yang | 1 | -4/+25 |
2022-12-20 | Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+0 |
2022-12-17 | parisc: Align parisc MADV_XXX constants with all other architectures | Helge Deller | 1 | -12/+0 |
2022-12-05 | perf tools: Use dedicated non-atomic clear/set bit helpers | Sean Christopherson | 1 | -1/+1 |
2022-10-31 | perf tools: Move 'struct perf_sample' to a separate header file to disentangl... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2022-10-27 | perf tools: Make quiet mode consistent between tools | James Clark | 1 | -4/+5 |
2022-10-04 | perf bench: Update use of pthread mutex/cond | Ian Rogers | 8 | -171/+153 |
2022-05-23 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2022-05-21 | perf bench numa: Address compiler error on s390 | Thomas Richter | 1 | -1/+1 |