aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_lock_contention.c
Commit message (Expand)AuthorAgeFilesLines
* perf lock: Remove unused struct lock_contention_keyYuan Can2022-10-061-5/+0
* perf lock contention: Skip stack trace from BPFNamhyung Kim2022-10-041-3/+4
* perf lock contention: Allow to change stack depth and skipNamhyung Kim2022-10-041-3/+4
* perf lock contention: Show full callstack with -v optionNamhyung Kim2022-10-041-0/+9
* perf lock: Print the number of lost entries for BPFNamhyung Kim2022-08-021-2/+4
* perf lock: Add --map-nr-entries optionNamhyung Kim2022-08-021-0/+3
* perf lock: Introduce struct lock_contentionNamhyung Kim2022-08-021-3/+6
* perf lock: Implement cpu and task filters for BPFNamhyung Kim2022-08-011-1/+50
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-011-0/+132