aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14perf stat: Support old kernels for bperf cgroup countingNamhyung Kim1-1/+28
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds1-2/+3
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim1-1/+1
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim1-1/+2
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2-5/+24
2022-09-21perf stat: Fix BPF program section nameNamhyung Kim1-1/+1
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo1-1/+1
2022-08-11perf offcpu: Track child processesNamhyung Kim1-0/+30
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim1-1/+7
2022-08-02perf lock: Print the number of lost entries for BPFNamhyung Kim1-2/+7
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim1-1/+40
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim1-0/+131
2022-07-26perf kwork: Add workqueue trace BPF supportYang Jihong1-0/+84
2022-07-26perf kwork: Add softirq trace BPF supportYang Jihong1-0/+75
2022-07-26perf kwork: Add IRQ trace BPF supportYang Jihong1-0/+150
2022-07-26perf kwork: Implement BPF traceYang Jihong1-0/+74
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim1-6/+14
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim1-0/+33
2022-05-26perf record: Handle argument change in sched_switchNamhyung Kim1-11/+24
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim1-4/+48
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim1-0/+139
2022-03-22perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim1-2/+4
2021-12-16perf ftrace: Implement cpu and task filters in BPFNamhyung Kim1-0/+21
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim1-0/+93
2021-12-06perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu3-20/+26
2021-12-06perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu3-5/+3
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim1-0/+191
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu4-0/+143
2021-03-06perf skel: Remove some unused variables.Ian Rogers1-2/+1
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-0/+93
2021-01-15perf build: Support build BPF skeletons with perfSong Liu1-0/+3