summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind.c
Commit message (Expand)AuthorAgeFilesLines
* perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo2019-11-261-15/+15
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-261-2/+2
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-261-6/+4
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf unwind: Remove unnecessary testJohn Keeping2019-08-161-6/+0
* perf unwind: Fix libunwind when tid != pidJohn Keeping2019-08-161-17/+17
* perf tools: Speed up report for perf compiled with linwunwindJiri Olsa2019-05-151-0/+10
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo2017-12-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf unwind: Do not fail due to missing unwind supportJiri Olsa2017-07-041-1/+1
* perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa2016-07-041-2/+9
* perf callchain: Support aarch64 cross-platformHe Kuang2016-06-071-0/+4
* perf callchain: Support x86 target platformHe Kuang2016-06-071-2/+13
* perf unwind: Check the target platform before assigning unwind methodsHe Kuang2016-06-071-1/+24
* perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang2016-06-071-0/+38
* perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang2016-06-071-727/+0
* perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang2016-06-071-4/+49
* perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa2016-04-081-16/+9
* perf unwind: Check for mmaps also in MAP__VARIABLE treeJiri Olsa2016-01-081-0/+9
* perf unwind: Use find_map function in access_dso_memJiri Olsa2016-01-081-6/+5
* perf callchain: Add order support for libunwind DWARF unwinderJiri Olsa2015-11-231-17/+30
* perf callchain: Move initial entry call into get_entries functionJiri Olsa2015-11-231-10/+15
* perf unwind: Pass symbol source to libunwindRabin Vincent2015-10-291-1/+4
* perf callchains: Fix unw_word_t pointer castsRabin Vincent2015-10-121-2/+2
* perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent2015-10-121-4/+6
* perf unwind: Fix a compile errorHou Pengyang2015-06-161-1/+1
* perf tools: Add dso__data_get/put_fd()Namhyung Kim2015-05-271-3/+8
* perf callchain: Separate eh/debug frame offset cache.Wang Nan2015-03-191-4/+4
* perf callchain: Cache eh/debug frame offset for dwarf unwindNamhyung Kim2015-01-291-11/+20
* perf test: Fix dwarf unwind using libunwind.Wang Nan2015-01-161-1/+27
* perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+2
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-7/+6
* perf callchain: Use global caching provided by libunwindNamhyung Kim2014-10-291-0/+12
* perf callchain: Create an address space per threadNamhyung Kim2014-10-151-5/+32
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf tools: Cache dso data file descriptorJiri Olsa2014-06-121-2/+0
* perf tools: Add data_fd into dso objectJiri Olsa2014-06-121-2/+2
* perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa2014-02-181-26/+12
* perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa2014-02-181-1/+1
* perf callchain: Separate libunwind code to special objectJiri Olsa2014-02-181-0/+595