summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel
AgeCommit message (Expand)Author
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo
2023-05-02perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim
2023-05-02perf lock contention: Fix struct rq lock accessNamhyung Kim
2023-04-10perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...Ian Rogers
2023-04-10perf lock contention: Support pre-5.14 kernelsIan Rogers
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim
2023-04-06perf lock contention: Add data failure statNamhyung Kim
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim
2023-03-15perf bpf filter: Add logical OR operatorNamhyung Kim
2023-03-15perf bpf filter: Add data_src sample data supportNamhyung Kim
2023-03-15perf bpf filter: Add more weight sample data supportNamhyung Kim
2023-03-15perf bpf filter: Add 'pid' sample data supportNamhyung Kim
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim
2023-03-14perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim
2023-03-14perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim
2023-03-13perf lock contention: Fix compiler builtin detectionIan Rogers
2023-02-19perf test: Fix offcpu test prev_state checkNamhyung Kim
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim
2022-12-21perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim
2022-12-14perf lock contention: Add lock_data.h for common dataNamhyung Kim
2022-11-23perf lock contention: Do not use BPF task local storageNamhyung Kim
2022-10-14perf stat: Support old kernels for bperf cgroup countingNamhyung Kim
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim
2022-09-21perf stat: Fix BPF program section nameNamhyung Kim
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo
2022-08-11perf offcpu: Track child processesNamhyung Kim
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim
2022-08-02perf lock: Print the number of lost entries for BPFNamhyung Kim
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim
2022-07-26perf kwork: Add workqueue trace BPF supportYang Jihong
2022-07-26perf kwork: Add softirq trace BPF supportYang Jihong
2022-07-26perf kwork: Add IRQ trace BPF supportYang Jihong
2022-07-26perf kwork: Implement BPF traceYang Jihong
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim