summaryrefslogtreecommitdiff
path: root/tools/perf/util/unwind-libdw.c
AgeCommit message (Expand)Author
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff
2017-06-05perf report: Include partial stacks unwound with libdwMilian Wolff
2017-05-24perf report: Fix off-by-one for non-activation framesMilian Wolff
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff
2016-01-08perf libdw: Check for mmaps also in MAP__VARIABLE treeJiri Olsa
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-05-01tools: Consolidate types.hBorislav Petkov
2014-02-24perf tools: Add libdw DWARF post unwind supportJiri Olsa