summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel
Commit message (Expand)AuthorAgeFilesLines
* perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo2023-03-141-1/+2
* perf lock contention: Show lock type with addressNamhyung Kim2023-03-141-0/+2
* perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim2023-03-142-0/+36
* perf lock contention: Track and show siglock with addressNamhyung Kim2023-03-142-1/+7
* perf lock contention: Track and show mmap_lock with addressNamhyung Kim2023-03-142-0/+47
* perf lock contention: Fix compiler builtin detectionIan Rogers2023-03-131-1/+7
* perf test: Fix offcpu test prev_state checkNamhyung Kim2023-02-191-1/+1
* perf lock contention: Support old rw_semaphore typeNamhyung Kim2023-02-081-13/+44
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-081-5/+55
* perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-032-6/+13
* perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-211-0/+17
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-211-2/+19
* perf lock contention: Add -l/--lock-addr optionNamhyung Kim2022-12-142-5/+14
* perf lock contention: Implement -t/--threads option for BPFNamhyung Kim2022-12-141-4/+37
* perf lock contention: Add lock_data.h for common dataNamhyung Kim2022-12-142-16/+33
* perf lock contention: Do not use BPF task local storageNamhyung Kim2022-11-231-12/+22
* perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
* Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-111-2/+3
|\
| * perf lock contention: Fix a build error on 32-bitNamhyung Kim2022-10-061-1/+1
| * perf lock contention: Skip stack trace from BPFNamhyung Kim2022-10-041-1/+2
* | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-1/+1
|\ \ | |/ |/|
| * cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-1/+1
* | perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2022-09-262-5/+24
* | perf stat: Fix BPF program section nameNamhyung Kim2022-09-211-1/+1
|/
* perf offcpu: Track child processesNamhyung Kim2022-08-111-0/+30
* perf offcpu: Check process id for the given workloadNamhyung Kim2022-08-111-1/+7
* perf lock: Print the number of lost entries for BPFNamhyung Kim2022-08-021-2/+7
* perf lock: Implement cpu and task filters for BPFNamhyung Kim2022-08-011-1/+40
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-011-0/+131
* perf kwork: Add workqueue trace BPF supportYang Jihong2022-07-261-0/+84
* perf kwork: Add softirq trace BPF supportYang Jihong2022-07-261-0/+75
* perf kwork: Add IRQ trace BPF supportYang Jihong2022-07-261-0/+150
* perf kwork: Implement BPF traceYang Jihong2022-07-261-0/+74
* perf offcpu: Fix build failure on old kernelsNamhyung Kim2022-06-281-6/+14
* perf record: Add cgroup support for off-cpu profilingNamhyung Kim2022-05-261-0/+33
* perf record: Handle argument change in sched_switchNamhyung Kim2022-05-261-11/+24
* perf record: Implement basic filtering for off-cpuNamhyung Kim2022-05-261-4/+48
* perf record: Enable off-cpu analysis with BPFNamhyung Kim2022-05-261-0/+139
* perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim2022-03-221-2/+4
* perf ftrace: Implement cpu and task filters in BPFNamhyung Kim2021-12-161-0/+21
* perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim2021-12-161-0/+93
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-051-0/+191
* perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu2021-03-234-0/+143
* perf skel: Remove some unused variables.Ian Rogers2021-03-061-2/+1
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-0/+93
* perf build: Support build BPF skeletons with perfSong Liu2021-01-151-0/+3