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