aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-lock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-28perf lock: Report owner stack in usermodeChun-Tse Shao1-2/+20
2025-02-28perf lock: Make rb_tree helper functions genericChun-Tse Shao1-11/+23
2025-01-17perf lock: Rename fields in lock_type_tableChun-Tse Shao1-14/+19
2025-01-17perf lock: Add percpu-rwsem for type filterChun-Tse Shao1-0/+3
2025-01-17perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-01-17perf lock: Fix return code for functions in __cmd_contentionAthira Rajeev1-3/+8
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim1-0/+35
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim1-2/+2
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers1-136/+1
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta1-0/+3
2024-08-12perf lock: Use perf_tool__init()Ian Rogers1-19/+18
2024-08-12perf tool: Constify tool pointersIan Rogers1-2/+2
2024-06-03perf lock info: Display both map and thread by defaultNick Forrington1-12/+15
2024-05-10perf lock: Avoid memory leaks from strdup()Ian Rogers1-14/+4
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-04tools/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-23perf 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-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-1/+1
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-2/+2
2023-04-06perf lock contention: Revise needs_callstack() conditionNamhyung Kim1-1/+1
2023-04-06perf lock contention: Update total/bad stats for hidden entriesNamhyung Kim1-0/+11
2023-04-06perf lock contention: Add data failure statNamhyung Kim1-1/+3
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim1-1/+1
2023-04-06perf lock contention: Use -M for --map-nr-entriesNamhyung Kim1-1/+1
2023-04-06perf 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_end" symbol on s/390Thomas 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