aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02perf lock contention: Add -S/--callstack-filter optionGravatar Namhyung Kim 1-1/+67
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Gravatar Thomas Richter 1-0/+2
2022-12-21perf lock contention: Add -L/--lock-filter optionGravatar Namhyung Kim 1-6/+134
2022-12-21perf lock contention: Support lock type filtering for BPFGravatar Namhyung Kim 1-0/+1
2022-12-21perf lock contention: Add -Y/--type-filter optionGravatar Namhyung Kim 1-2/+114
2022-12-20perf lock contention: Factor out lock_type_tableGravatar Namhyung Kim 1-24/+24
2022-12-20perf tools: Fix usage of the verbose variableGravatar Yang Jihong 1-3/+3
2022-12-14perf lock contention: Add -l/--lock-addr optionGravatar Namhyung Kim 1-17/+67
2022-12-14perf lock contention: Implement -t/--threads option for BPFGravatar Namhyung Kim 1-10/+3
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cGravatar Arnaldo Carvalho de Melo 1-56/+2
2022-11-10perf lock: Allow concurrent record and reportGravatar Namhyung Kim 1-22/+46
2022-10-31perf lock contention: Check --max-stack optionGravatar Namhyung Kim 1-3/+27
2022-10-27perf tools: Make quiet mode consistent between toolsGravatar James Clark 1-1/+1
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesGravatar Namhyung Kim 1-11/+16
2022-10-04perf lock: Add -E/--entries optionGravatar Namhyung Kim 1-5/+15
2022-10-04perf lock contention: Allow to change stack depth and skipGravatar Namhyung Kim 1-6/+16
2022-10-04perf lock contention: Show full callstack with -v optionGravatar Namhyung Kim 1-4/+47
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Gravatar Namhyung Kim 1-9/+19
2022-10-04perf lock: Add get_key_by_aggr_mode helperGravatar Shang XiaoJing 1-76/+53
2022-10-04perf lock: Remove unused pthread.h includeGravatar Ian Rogers 1-1/+0
2022-09-08perf lock: Remove redundant word 'contention' in help messageGravatar Yang Jihong 1-2/+1
2022-08-02perf lock: Print the number of lost entries for BPFGravatar Namhyung Kim 1-1/+7
2022-08-02perf lock: Add --map-nr-entries optionGravatar Namhyung Kim 1-1/+22
2022-08-02perf lock: Introduce struct lock_contentionGravatar Namhyung Kim 1-9/+14
2022-08-02perf parse-events: Break out tracepoint and printingGravatar Ian Rogers 1-0/+1
2022-08-01perf lock: Implement cpu and task filters for BPFGravatar Namhyung Kim 1-9/+46
2022-08-01perf lock: Use BPF for lock contention analysisGravatar Namhyung Kim 1-114/+50
2022-08-01perf lock: Pass machine pointer to is_lock_function()Gravatar Namhyung Kim 1-8/+7
2022-07-25perf lock: Support -t option for 'contention' subcommandGravatar Namhyung Kim 1-2/+20
2022-07-25perf lock: Add -k and -F options to 'contention' subcommandGravatar Namhyung Kim 1-11/+40
2022-07-25perf lock: Add 'contention' subcommandGravatar Namhyung Kim 1-1/+211
2022-07-25perf lock: Add lock aggregation enumGravatar Namhyung Kim 1-20/+94
2022-07-25perf lock: Add flags field in the lock_statGravatar Namhyung Kim 1-9/+13
2022-07-21perf lock: Fix a copy-n-paste bugGravatar Namhyung Kim 1-1/+1
2022-07-12perf lock: Look up callchain for the contended locksGravatar Namhyung Kim 1-4/+156
2022-07-12perf lock: Handle lock contention tracepointsGravatar Namhyung Kim 1-0/+137
2022-07-12perf lock: Add lock contention tracepoints record supportGravatar Namhyung Kim 1-7/+69
2022-07-12perf lock: Skip print_bad_events() if nothing badGravatar Namhyung Kim 1-0/+7
2022-07-12perf lock: Allow to use different kernel symbolsGravatar Namhyung Kim 1-0/+4
2022-07-12perf lock: Print wait times with unitGravatar Namhyung Kim 1-8/+40
2022-06-03perf lock: Change to synthesize task eventsGravatar Namhyung Kim 1-1/+1
2022-05-23perf lock: Add -t/--thread option for reportGravatar Namhyung Kim 1-1/+27
2022-05-23perf lock: Do not discard broken lock statsGravatar Namhyung Kim 1-39/+25
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsGravatar Wei Li 1-2/+3
2022-03-25perf lock: Add -F/--field option to control outputGravatar Namhyung Kim 1-5/+50
2022-03-25perf lock: Extend struct lock_key to have print functionGravatar Namhyung Kim 1-26/+65
2022-03-25perf lock: Add --synth=no option for recordGravatar Namhyung Kim 1-1/+1
2022-02-10perf lock: Carefully combine lock stats for discarded entriesGravatar Namhyung Kim 1-0/+16
2022-02-10perf lock: Add -c/--combine-locks optionGravatar Namhyung Kim 1-0/+68
2022-02-10perf lock: Fix lock name length check for printingGravatar Namhyung Kim 1-1/+1