Age | Commit message (Expand) | Author | Files | Lines |
2023-02-22 | perf test: Fix offcpu test prev_state check | Namhyung Kim | 1 | -1/+1 |
2023-02-08 | perf lock contention: Support old rw_semaphore type | Namhyung Kim | 1 | -13/+44 |
2023-02-08 | perf lock contention: Add -o/--lock-owner option | Namhyung Kim | 1 | -5/+55 |
2023-02-03 | perf lock contention: Support filters for different aggregation | Namhyung Kim | 2 | -6/+13 |
2022-12-21 | perf lock contention: Support lock addr/name filtering for BPF | Namhyung Kim | 1 | -0/+17 |
2022-12-21 | perf lock contention: Support lock type filtering for BPF | Namhyung Kim | 1 | -2/+19 |
2022-12-14 | perf lock contention: Add -l/--lock-addr option | Namhyung Kim | 2 | -5/+14 |
2022-12-14 | perf lock contention: Implement -t/--threads option for BPF | Namhyung Kim | 1 | -4/+37 |
2022-12-14 | perf lock contention: Add lock_data.h for common data | Namhyung Kim | 2 | -16/+33 |
2022-11-23 | perf lock contention: Do not use BPF task local storage | Namhyung Kim | 1 | -12/+22 |
2022-10-14 | perf stat: Support old kernels for bperf cgroup counting | Namhyung Kim | 1 | -1/+28 |
2022-10-12 | Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+3 |
2022-10-10 | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+1 |
2022-10-06 | perf lock contention: Fix a build error on 32-bit | Namhyung Kim | 1 | -1/+1 |
2022-10-04 | perf lock contention: Skip stack trace from BPF | Namhyung Kim | 1 | -1/+2 |
2022-09-26 | perf tools: Get a perf cgroup more portably in BPF | Namhyung Kim | 2 | -5/+24 |
2022-09-21 | perf stat: Fix BPF program section name | Namhyung Kim | 1 | -1/+1 |
2022-08-16 | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[] | Tejun Heo | 1 | -1/+1 |
2022-08-11 | perf offcpu: Track child processes | Namhyung Kim | 1 | -0/+30 |
2022-08-11 | perf offcpu: Check process id for the given workload | Namhyung Kim | 1 | -1/+7 |
2022-08-03 | perf lock: Print the number of lost entries for BPF | Namhyung Kim | 1 | -2/+7 |
2022-08-01 | perf lock: Implement cpu and task filters for BPF | Namhyung Kim | 1 | -1/+40 |
2022-08-01 | perf lock: Use BPF for lock contention analysis | Namhyung Kim | 1 | -0/+131 |
2022-07-26 | perf kwork: Add workqueue trace BPF support | Yang Jihong | 1 | -0/+84 |
2022-07-26 | perf kwork: Add softirq trace BPF support | Yang Jihong | 1 | -0/+75 |
2022-07-26 | perf kwork: Add IRQ trace BPF support | Yang Jihong | 1 | -0/+150 |
2022-07-26 | perf kwork: Implement BPF trace | Yang Jihong | 1 | -0/+74 |
2022-06-28 | perf offcpu: Fix build failure on old kernels | Namhyung Kim | 1 | -6/+14 |
2022-05-26 | perf record: Add cgroup support for off-cpu profiling | Namhyung Kim | 1 | -0/+33 |
2022-05-26 | perf record: Handle argument change in sched_switch | Namhyung Kim | 1 | -11/+24 |
2022-05-26 | perf record: Implement basic filtering for off-cpu | Namhyung Kim | 1 | -4/+48 |
2022-05-26 | perf record: Enable off-cpu analysis with BPF | Namhyung Kim | 1 | -0/+139 |
2022-03-22 | perf ftrace latency: Add -n/--use-nsec option | Namhyung Kim | 1 | -2/+4 |
2021-12-16 | perf ftrace: Implement cpu and task filters in BPF | Namhyung Kim | 1 | -0/+21 |
2021-12-16 | perf ftrace: Add -b/--use-bpf option for latency subcommand | Namhyung Kim | 1 | -0/+93 |
2021-12-07 | perf bpf_skel: Do not use typedef to avoid error on old clang | Song Liu | 3 | -20/+26 |
2021-12-07 | perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distros | Song Liu | 3 | -5/+3 |
2021-07-05 | perf stat: Enable BPF counter with --for-each-cgroup | Namhyung Kim | 1 | -0/+191 |
2021-03-23 | perf stat: Introduce 'bperf' to share hardware PMCs with BPF | Song Liu | 4 | -0/+143 |
2021-03-06 | perf skel: Remove some unused variables. | Ian Rogers | 1 | -2/+1 |
2021-01-20 | perf stat: Enable counting events for BPF programs | Song Liu | 1 | -0/+93 |
2021-01-15 | perf build: Support build BPF skeletons with perf | Song Liu | 1 | -0/+3 |