aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind.c
AgeCommit message (Expand)Author
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-04perf unwind: Do not fail due to missing unwind supportJiri Olsa
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa
2016-06-07perf callchain: Support aarch64 cross-platformHe Kuang
2016-06-07perf callchain: Support x86 target platformHe Kuang
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang
2016-04-08perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa
2016-01-08perf unwind: Check for mmaps also in MAP__VARIABLE treeJiri Olsa
2016-01-08perf unwind: Use find_map function in access_dso_memJiri Olsa
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa
2015-11-23perf callchain: Move initial entry call into get_entries functionJiri Olsa
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent
2015-10-12perf callchains: Fix unw_word_t pointer castsRabin Vincent
2015-10-12perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent
2015-06-16perf unwind: Fix a compile errorHou Pengyang
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim
2015-03-19perf callchain: Separate eh/debug frame offset cache.Wang Nan
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim
2015-01-16perf test: Fix dwarf unwind using libunwind.Wang Nan
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-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim
2014-10-15perf callchain: Create an address space per threadNamhyung Kim
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-06-12perf tools: Cache dso data file descriptorJiri Olsa
2014-06-12perf tools: Add data_fd into dso objectJiri Olsa
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa