summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_lock_contention.c
Commit message (Expand)AuthorAgeFilesLines
* perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim2023-03-141-2/+25
* perf lock contention: Track and show siglock with addressNamhyung Kim2023-03-141-2/+6
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-081-0/+1
* perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-031-14/+30
* perf lock contention: Use lock_stat_find{,new}Namhyung Kim2023-02-031-16/+25
* perf lock contention: Factor out lock_contention_get_name()Namhyung Kim2023-02-031-50/+65
* perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2023-02-021-1/+1
* perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-211-1/+41
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-211-1/+14
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-1/+1
* perf lock contention: Add -l/--lock-addr optionNamhyung Kim2022-12-141-6/+17
* perf lock contention: Implement -t/--threads option for BPFNamhyung Kim2022-12-141-3/+37
* perf lock contention: Add lock_data.h for common dataNamhyung Kim2022-12-141-13/+6
* machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo2022-12-141-1/+1
* perf lock contention: Do not use BPF task local storageNamhyung Kim2022-11-231-0/+1
* perf lock contention: Avoid variable length arraysNamhyung Kim2022-10-311-13/+28
* perf lock contention: Fix memory sanitizer issueNamhyung Kim2022-10-311-1/+1
* 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