summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)Author
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim
2023-02-08perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim
2022-12-20perf lock contention: Factor out lock_type_tableNamhyung Kim
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo
2022-11-10perf lock: Allow concurrent record and reportNamhyung Kim
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesNamhyung Kim
2022-10-04perf lock: Add -E/--entries optionNamhyung Kim
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Namhyung Kim
2022-10-04perf lock: Add get_key_by_aggr_mode helperShang XiaoJing
2022-10-04perf lock: Remove unused pthread.h includeIan Rogers
2022-09-08perf lock: Remove redundant word 'contention' in help messageYang Jihong
2022-08-02perf lock: Print the number of lost entries for BPFNamhyung Kim
2022-08-02perf lock: Add --map-nr-entries optionNamhyung Kim
2022-08-02perf lock: Introduce struct lock_contentionNamhyung Kim
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim
2022-08-01perf lock: Pass machine pointer to is_lock_function()Namhyung Kim
2022-07-25perf lock: Support -t option for 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add -k and -F options to 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add 'contention' subcommandNamhyung Kim
2022-07-25perf lock: Add lock aggregation enumNamhyung Kim
2022-07-25perf lock: Add flags field in the lock_statNamhyung Kim
2022-07-21perf lock: Fix a copy-n-paste bugNamhyung Kim
2022-07-12perf lock: Look up callchain for the contended locksNamhyung Kim
2022-07-12perf lock: Handle lock contention tracepointsNamhyung Kim
2022-07-12perf lock: Add lock contention tracepoints record supportNamhyung Kim
2022-07-12perf lock: Skip print_bad_events() if nothing badNamhyung Kim
2022-07-12perf lock: Allow to use different kernel symbolsNamhyung Kim
2022-07-12perf lock: Print wait times with unitNamhyung Kim
2022-06-03perf lock: Change to synthesize task eventsNamhyung Kim
2022-05-23perf lock: Add -t/--thread option for reportNamhyung Kim
2022-05-23perf lock: Do not discard broken lock statsNamhyung Kim
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-03-25perf lock: Add -F/--field option to control outputNamhyung Kim
2022-03-25perf lock: Extend struct lock_key to have print functionNamhyung Kim