summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter1-0/+2
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim1-6/+134
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-2/+114
2022-12-20perf lock contention: Factor out lock_type_tableNamhyung Kim1-24/+24
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-3/+3
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim1-17/+67
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim1-10/+3
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo1-56/+2
2022-11-10perf lock: Allow concurrent record and reportNamhyung Kim1-22/+46
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim1-3/+27
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-1/+1
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesNamhyung Kim1-11/+16
2022-10-04perf lock: Add -E/--entries optionNamhyung Kim1-5/+15
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim1-6/+16
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim1-4/+47
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Namhyung Kim1-9/+19
2022-10-04perf lock: Add get_key_by_aggr_mode helperShang XiaoJing1-76/+53
2022-10-04perf lock: Remove unused pthread.h includeIan Rogers1-1/+0
2022-09-08perf lock: Remove redundant word 'contention' in help messageYang Jihong1-2/+1
2022-08-02perf lock: Print the number of lost entries for BPFNamhyung Kim1-1/+7
2022-08-02perf lock: Add --map-nr-entries optionNamhyung Kim1-1/+22
2022-08-02perf lock: Introduce struct lock_contentionNamhyung Kim1-9/+14
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers1-0/+1
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim1-9/+46
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim1-114/+50
2022-08-01perf lock: Pass machine pointer to is_lock_function()Namhyung Kim1-8/+7
2022-07-25perf lock: Support -t option for 'contention' subcommandNamhyung Kim1-2/+20
2022-07-25perf lock: Add -k and -F options to 'contention' subcommandNamhyung Kim1-11/+40
2022-07-25perf lock: Add 'contention' subcommandNamhyung Kim1-1/+211
2022-07-25perf lock: Add lock aggregation enumNamhyung Kim1-20/+94
2022-07-25perf lock: Add flags field in the lock_statNamhyung Kim1-9/+13
2022-07-21perf lock: Fix a copy-n-paste bugNamhyung Kim1-1/+1
2022-07-12perf lock: Look up callchain for the contended locksNamhyung Kim1-4/+156
2022-07-12perf lock: Handle lock contention tracepointsNamhyung Kim1-0/+137
2022-07-12perf lock: Add lock contention tracepoints record supportNamhyung Kim1-7/+69
2022-07-12perf lock: Skip print_bad_events() if nothing badNamhyung Kim1-0/+7
2022-07-12perf lock: Allow to use different kernel symbolsNamhyung Kim1-0/+4
2022-07-12perf lock: Print wait times with unitNamhyung Kim1-8/+40
2022-06-03perf lock: Change to synthesize task eventsNamhyung Kim1-1/+1
2022-05-23perf lock: Add -t/--thread option for reportNamhyung Kim1-1/+27
2022-05-23perf lock: Do not discard broken lock statsNamhyung Kim1-39/+25
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li1-2/+3
2022-03-25perf lock: Add -F/--field option to control outputNamhyung Kim1-5/+50
2022-03-25perf lock: Extend struct lock_key to have print functionNamhyung Kim1-26/+65
2022-03-25perf lock: Add --synth=no option for recordNamhyung Kim1-1/+1
2022-02-10perf lock: Carefully combine lock stats for discarded entriesNamhyung Kim1-0/+16
2022-02-10perf lock: Add -c/--combine-locks optionNamhyung Kim1-0/+68
2022-02-10perf lock: Fix lock name length check for printingNamhyung Kim1-1/+1
2022-02-10perf lock: Sort map info based on class nameNamhyung Kim1-1/+19