summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-lock.c
Commit message (Expand)AuthorAgeFilesLines
* perf lock: Fix a memory leak on an error pathIan Rogers2023-10-121-0/+1
* tools/perf: Update call stack check in builtin-lock.cKajol Jain2023-10-041-1/+16
* perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim2023-09-121-0/+56
* perf lock contention: Add --lock-cgroup optionNamhyung Kim2023-09-121-1/+39
* perf lock contention: Prepare to handle cgroupsNamhyung Kim2023-09-121-1/+2
* perf lock contention: Fix typo in max-stack option descriptionKajol Jain2023-08-251-1/+1
* perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo2023-08-171-0/+1
* perf lock contention: Add --output optionNamhyung Kim2023-07-011-58/+82
* perf lock contention: Add -x option for CSV style outputNamhyung Kim2023-07-011-67/+236
* perf lock: Remove stale commentsNamhyung Kim2023-07-011-2/+0
* perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-231-2/+0
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-2/+5
* perf lock: Dynamically allocate lockhash_tableIan Rogers2023-05-281-4/+16
* 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