aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo1-15/+15
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-2/+2
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-6/+4
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-16perf unwind: Remove unnecessary testJohn Keeping1-6/+0
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping1-17/+17
2019-05-15perf tools: Speed up report for perf compiled with linwunwindJiri Olsa1-0/+10
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-04perf unwind: Do not fail due to missing unwind supportJiri Olsa1-1/+1
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa1-2/+9
2016-06-07perf callchain: Support aarch64 cross-platformHe Kuang1-0/+4
2016-06-07perf callchain: Support x86 target platformHe Kuang1-2/+13
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang1-1/+24
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang1-0/+38
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang1-727/+0
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang1-4/+49
2016-04-08perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa1-16/+9
2016-01-08perf unwind: Check for mmaps also in MAP__VARIABLE treeJiri Olsa1-0/+9
2016-01-08perf unwind: Use find_map function in access_dso_memJiri Olsa1-6/+5
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa1-17/+30
2015-11-23perf callchain: Move initial entry call into get_entries functionJiri Olsa1-10/+15
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent1-1/+4
2015-10-12perf callchains: Fix unw_word_t pointer castsRabin Vincent1-2/+2
2015-10-12perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent1-4/+6
2015-06-16perf unwind: Fix a compile errorHou Pengyang1-1/+1
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim1-3/+8
2015-03-19perf callchain: Separate eh/debug frame offset cache.Wang Nan1-4/+4
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim1-11/+20
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan1-1/+27
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-7/+6
2014-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim1-0/+12
2014-10-15perf callchain: Create an address space per threadNamhyung Kim1-5/+32
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa1-2/+0
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa1-2/+2
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa1-26/+12
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa1-1/+1
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa1-0/+595