summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel/lock_contention.bpf.c
AgeCommit message (Expand)Author
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim
2023-06-23perf bpf: Move the declaration of struct rqIan Rogers
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa
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 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-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-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-06perf lock contention: Fix a build error on 32-bitNamhyung Kim
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung 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