summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-1/+1
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-2/+2
* perf lock contention: Revise needs_callstack() conditionNamhyung Kim2023-04-061-1/+1
* perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim2023-04-061-0/+11
* perf lock contention: Add data failure statNamhyung Kim2023-04-061-1/+3
* perf lock contention: Update default map size to 16384Namhyung Kim2023-04-061-1/+1
* perf lock contention: Use -M for --map-nr-entriesNamhyung Kim2023-04-061-1/+1
* perf lock contention: Simplify parse_lock_type()Namhyung Kim2023-04-061-35/+8
* perf lock contention: Show detail failure reason for BPFNamhyung Kim2023-04-041-6/+22
* perf lock contention: Fix debug stat if no contentionNamhyung Kim2023-04-041-2/+2
* perf lock contention: Show lock type with addressNamhyung Kim2023-03-141-15/+30
* perf lock contention: Track and show siglock with addressNamhyung Kim2023-03-141-2/+1
* perf lock contention: Track and show mmap_lock with addressNamhyung Kim2023-03-141-1/+1
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-1/+1
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-081-9/+40
* perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim2023-02-081-0/+3
* perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-031-31/+44
* perf lock contention: Use lock_stat_find{,new}Namhyung Kim2023-02-031-2/+2
* perf lock contention: Add -S/--callstack-filter optionNamhyung Kim2023-02-021-1/+67
* 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