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-121-0/+2
* perf tools: Make quiet mode consistent between toolsJames Clark2022-12-311-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
* perf lock: Change type of lock_stat->addr to u64Namhyung Kim2022-02-101-26/+9
* perf lock: Convert lockhash_table to use hlistNamhyung Kim2022-02-101-8/+8
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-121-1/+1
* perf lock: Correct field name "flags"Leo Yan2020-11-121-1/+1
* perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo2020-05-051-12/+8
* perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo2020-05-051-10/+10
* perf tools: Remove unneeded semicolonsZou Wei2020-04-301-1/+1
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3