summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27perf lock: Fix a memory leak on an error pathzhaimingbing1-1/+3
2023-10-12perf lock: Fix a memory leak on an error pathIan Rogers1-0/+1
2023-10-05tools/perf: Update call stack check in builtin-lock.cKajol Jain1-1/+16
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim1-0/+56
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim1-1/+39
2023-09-12perf lock contention: Prepare to handle cgroupsNamhyung Kim1-1/+2
2023-08-25perf lock contention: Fix typo in max-stack option descriptionKajol Jain1-1/+1
2023-08-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2023-07-01perf lock contention: Add --output optionNamhyung Kim1-58/+82
2023-07-01perf lock contention: Add -x option for CSV style outputNamhyung Kim1-67/+236
2023-07-01perf lock: Remove stale commentsNamhyung Kim1-2/+0
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers1-2/+0
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-2/+5
2023-05-28perf lock: Dynamically allocate lockhash_tableIan Rogers1-4/+16
2023-05-07Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-1/+1
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-2/+2
2023-04-07perf lock contention: Revise needs_callstack() conditionNamhyung Kim1-1/+1
2023-04-07perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim1-0/+11
2023-04-07perf lock contention: Add data failure statNamhyung Kim1-1/+3
2023-04-07perf lock contention: Update default map size to 16384Namhyung Kim1-1/+1
2023-04-07perf lock contention: Use -M for --map-nr-entriesNamhyung Kim1-1/+1
2023-04-07perf lock contention: Simplify parse_lock_type()Namhyung Kim1-35/+8
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim1-6/+22
2023-04-04perf lock contention: Fix debug stat if no contentionNamhyung Kim1-2/+2
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim1-15/+30
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim1-2/+1
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim1-1/+1
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers1-1/+1
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim1-9/+40
2023-02-08perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim1-0/+3
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim1-31/+44
2023-02-03perf lock contention: Use lock_stat_find{,new}Namhyung Kim1-2/+2
2023-02-02perf lock contention: Add -S/--callstack-filter optionNamhyung Kim1-1/+67
2023-01-03perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter1-0/+2
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim1-6/+134
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim1-0/+1
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim1-2/+114
2022-12-20perf lock contention: Factor out lock_type_tableNamhyung Kim1-24/+24
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-3/+3
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim1-17/+67
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim1-10/+3
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo1-56/+2
2022-11-10perf lock: Allow concurrent record and reportNamhyung Kim1-22/+46
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim1-3/+27
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-1/+1
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