summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind-libunwind.c
Commit message (Expand)AuthorAgeFilesLines
* perf unwind: Pass symbol source to libunwindRabin Vincent2015-10-291-1/+4
* perf callchains: Fix unw_word_t pointer castsRabin Vincent2015-10-131-2/+2
* perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent2015-10-131-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/+6Star
* 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/+0Star
* 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/+12Star
* 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