summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel/lock_contention.bpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-5/+10
* 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-141-4/+13
* 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-141-16/+3
* perf lock contention: Do not use BPF task local storageNamhyung Kim2022-11-231-12/+22
* 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
* 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