aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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