summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/lock-contention.h
Commit message (Expand)AuthorAgeFilesLines
* 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