summaryrefslogtreecommitdiff
path: root/tools/perf/util/unwind-libdw.c
AgeCommit message (Expand)Author
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers
2026-01-20perf unwind-libdw: Don't discard loaded ELF/DWARF after every unwindIan Rogers
2026-01-20perf dwarf-regs: Add S390 perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add RISC-V perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add powerpc perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add loongarch perf to DWARF register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add csky perf to dwarf register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add ARM perf to dwarf register number mapping functionsIan Rogers
2026-01-20perf dwarf-regs: Add get_dwarf_regnum_for_perf_regnum() and use for x86 unwin...Ian Rogers
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers
2026-01-20perf unwind-libdw: Correct argument to dwfl_attach_state()Ian Rogers
2026-01-20perf unwind-libdw: Fix a cross-arch unwinding bugShimin Guo
2026-01-12perf unwind-libdw: Fix invalid reference countsIan Rogers
2025-06-24perf unwind-libdw: skip non-regular filesSergei Trofimovich
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-02-12perf maps: Hide maps internalsIan Rogers
2023-12-14perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim
2023-08-16perf unwind: Use perf_arch_reg_{ip|sp}() to substitute macrosLeo Yan
2023-07-01perf: unwind: Fix symfs with libdwVincent Whitchurch
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-04-19perf maps: Add reference count checkingIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby
2020-12-17perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-12perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'Arnaldo Carvalho de Melo
2019-11-12perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo
2018-03-20perf unwind: Report error from dwfl_attach_stateMartin Vuille
2018-03-16perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille