aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer stackJames Clark1-3/+10
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-14/+13
2019-11-12perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo1-5/+3
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping1-12/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20perf unwind: Provide only forward declarations for pointer typesArnaldo Carvalho de Melo1-3/+6
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa1-3/+6
2016-06-23perf unwind: Change macro names of perf registerHe Kuang1-0/+9
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang1-1/+4
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang1-3/+5
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang1-0/+9
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo1-2/+0
2014-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim1-0/+3
2014-10-15perf callchain: Create an address space per threadNamhyung Kim1-0/+17
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa1-2/+5
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa1-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-2/+0
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo1-2/+3
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim1-2/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-5/+6
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa1-0/+34