aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-10perf lock: Change type of lock_stat->addr to u64Namhyung Kim1-26/+9
2022-02-10perf lock: Convert lockhash_table to use hlistNamhyung Kim1-8/+8
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-12perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan1-1/+1
2020-11-12perf lock: Correct field name "flags"Leo Yan1-1/+1
2020-05-05perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-12/+8
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()Arnaldo Carvalho de Melo1-10/+10
2020-04-30perf tools: Remove unneeded semicolonsZou Wei1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1