summaryrefslogtreecommitdiff
path: root/tools/perf/util/lock-contention.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim1-0/+2
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim1-1/+0
2023-09-12perf lock contention: Prepare to handle cgroupsNamhyung Kim1-2/+7
2023-04-07perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim1-0/+1
2023-04-07perf lock contention: Add data failure statNamhyung Kim1-0/+1
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim1-1/+7
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim1-0/+1
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim1-0/+2
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim1-0/+3
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim1-0/+1
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim1-0/+4
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim1-0/+1
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim1-0/+5
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim1-0/+1
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo1-2/+0
2022-10-31perf lock contention: Increase default stack skip to 4Namhyung Kim1-1/+1
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim1-1/+1
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim1-0/+2
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim1-0/+1
2022-08-03perf lock: Print the number of lost entries for BPFNamhyung Kim1-0/+1
2022-08-03perf lock: Add --map-nr-entries optionNamhyung Kim1-0/+1
2022-08-03perf lock: Introduce struct lock_contentionNamhyung Kim1-6/+11
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim1-2/+9
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim1-0/+133