aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libdw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das1-1/+1
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo1-10/+0
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-2/+1
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-4/+5
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-4/+3
2018-03-20perf unwind: Report error from dwfl_attach_stateMartin Vuille1-1/+2
2018-03-16perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff1-0/+8
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff1-0/+8
2017-06-05perf report: Include partial stacks unwound with libdwMilian Wolff1-1/+1
2017-05-24perf report: Fix off-by-one for non-activation framesMilian Wolff1-1/+5
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo1-0/+1
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff1-1/+1
2016-01-08perf libdw: Check for mmaps also in MAP__VARIABLE treeJiri Olsa1-0/+10
2015-11-23perf callchain: Add order support for libdw DWARF unwinderJiri Olsa1-15/+38
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo1-2/+2
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-2/+2
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-02-24perf tools: Add libdw DWARF post unwind supportJiri Olsa1-0/+210