summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/lock-contention.h
Commit message (Expand)AuthorAgeFilesLines
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-081-0/+1
* perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-031-0/+2
* perf lock contention: Use lock_stat_find{,new}Namhyung Kim2023-02-031-0/+3
* perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2023-02-021-0/+1
* perf lock contention: Add -L/--lock-filter optionNamhyung Kim2022-12-211-0/+4
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-211-0/+1
* perf lock contention: Add -Y/--type-filter optionNamhyung Kim2022-12-211-0/+5
* perf lock contention: Implement -t/--threads option for BPFNamhyung Kim2022-12-141-0/+1
* machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo2022-12-141-2/+0
* perf lock contention: Increase default stack skip to 4Namhyung Kim2022-10-311-1/+1
* perf lock contention: Fix a build error on 32-bitNamhyung Kim2022-10-061-1/+1
* perf lock contention: Allow to change stack depth and skipNamhyung Kim2022-10-041-0/+2
* perf lock contention: Show full callstack with -v optionNamhyung Kim2022-10-041-0/+1
* perf lock: Print the number of lost entries for BPFNamhyung Kim2022-08-021-0/+1
* perf lock: Add --map-nr-entries optionNamhyung Kim2022-08-021-0/+1
* perf lock: Introduce struct lock_contentionNamhyung Kim2022-08-021-6/+11
* perf lock: Implement cpu and task filters for BPFNamhyung Kim2022-08-011-2/+9
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-011-0/+133