aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/unwind-libunwind.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12perf maps: Hide maps internalsGravatar Ian Rogers 1-6/+1
2023-06-12perf thread: Add accessor functions for threadGravatar Ian Rogers 1-1/+1
2023-05-02perf unwind: Suppress massive unsupported target platform errorsGravatar Changbin Du 1-1/+1
2023-04-19perf maps: Add reference count checkingGravatar Ian Rogers 1-1/+1
2023-04-04perf map: Add accessor for dsoGravatar Ian Rogers 1-3/+3
2023-04-04perf maps: Add functions to access mapsGravatar Ian Rogers 1-12/+19
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...Gravatar James Clark 1-2/+4
2019-11-26perf maps: Rename 'mg' variables to 'maps'Gravatar Arnaldo Carvalho de Melo 1-15/+15
2019-11-26perf thread: Rename thread->mg to thread->mapsGravatar Arnaldo Carvalho de Melo 1-2/+2
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Gravatar Arnaldo Carvalho de Melo 1-6/+4
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-16perf unwind: Remove unnecessary testGravatar John Keeping 1-6/+0
2019-08-16perf unwind: Fix libunwind when tid != pidGravatar John Keeping 1-17/+17
2019-05-15perf tools: Speed up report for perf compiled with linwunwindGravatar Jiri Olsa 1-0/+10
2019-02-06pref tools: Add missing map.h includesGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeGravatar Arnaldo Carvalho de Melo 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-04perf unwind: Do not fail due to missing unwind supportGravatar Jiri Olsa 1-1/+1
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessGravatar Jiri Olsa 1-2/+9
2016-06-07perf callchain: Support aarch64 cross-platformGravatar He Kuang 1-0/+4
2016-06-07perf callchain: Support x86 target platformGravatar He Kuang 1-2/+13
2016-06-07perf unwind: Check the target platform before assigning unwind methodsGravatar He Kuang 1-1/+24
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cGravatar He Kuang 1-0/+38
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cGravatar He Kuang 1-727/+0
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindGravatar He Kuang 1-4/+49
2016-04-08perf tools: Add dedicated unwind addr_space member into thread structGravatar Jiri Olsa 1-16/+9
2016-01-08perf unwind: Check for mmaps also in MAP__VARIABLE treeGravatar Jiri Olsa 1-0/+9
2016-01-08perf unwind: Use find_map function in access_dso_memGravatar Jiri Olsa 1-6/+5
2015-11-23perf callchain: Add order support for libunwind DWARF unwinderGravatar Jiri Olsa 1-17/+30
2015-11-23perf callchain: Move initial entry call into get_entries functionGravatar Jiri Olsa 1-10/+15
2015-10-29perf unwind: Pass symbol source to libunwindGravatar Rabin Vincent 1-1/+4
2015-10-12perf callchains: Fix unw_word_t pointer castsGravatar Rabin Vincent 1-2/+2
2015-10-12perf callchain: Use debug_frame if eh_frame is unusableGravatar Rabin Vincent 1-4/+6
2015-06-16perf unwind: Fix a compile errorGravatar Hou Pengyang 1-1/+1
2015-05-27perf tools: Add dso__data_get/put_fd()Gravatar Namhyung Kim 1-3/+8
2015-03-19perf callchain: Separate eh/debug frame offset cache.Gravatar Wang Nan 1-4/+4
2015-01-29perf callchain: Cache eh/debug frame offset for dwarf unwindGravatar Namhyung Kim 1-11/+20
2015-01-16perf test: Fix dwarf unwind using libunwind.Gravatar Wang Nan 1-1/+27
2014-10-29perf callchains: Use thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-2/+2
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-7/+6
2014-10-29perf callchain: Use global caching provided by libunwindGravatar Namhyung Kim 1-0/+12
2014-10-15perf callchain: Create an address space per threadGravatar Namhyung Kim 1-5/+32
2014-07-17perf tools: Move pr_* debug macros into debug objectGravatar Jiri Olsa 1-0/+1
2014-06-12perf tools: Cache dso data file descriptorGravatar Jiri Olsa 1-2/+0
2014-06-12perf tools: Add data_fd into dso objectGravatar Jiri Olsa 1-2/+2
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectGravatar Jiri Olsa 1-26/+12
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idGravatar Jiri Olsa 1-1/+1
2014-02-18perf callchain: Separate libunwind code to special objectGravatar Jiri Olsa 1-0/+595