aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/unwind.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...Gravatar James Clark 1-3/+10
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Gravatar Arnaldo Carvalho de Melo 1-14/+13
2019-11-12perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Gravatar Arnaldo Carvalho de Melo 1-5/+3
2019-08-16perf unwind: Fix libunwind when tid != pidGravatar John Keeping 1-12/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-20perf unwind: Provide only forward declarations for pointer typesGravatar Arnaldo Carvalho de Melo 1-3/+6
2016-07-04perf unwind: Add initialized arg into unwind__prepare_accessGravatar Jiri Olsa 1-3/+6
2016-06-23perf unwind: Change macro names of perf registerGravatar He Kuang 1-0/+9
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroGravatar He Kuang 1-1/+4
2016-06-07perf unwind: Check the target platform before assigning unwind methodsGravatar He Kuang 1-3/+5
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindGravatar He Kuang 1-0/+9
2014-10-29perf callchains: Use thread->mg->machineGravatar Arnaldo Carvalho de Melo 1-2/+0
2014-10-29perf callchain: Use global caching provided by libunwindGravatar Namhyung Kim 1-0/+3
2014-10-15perf callchain: Create an address space per threadGravatar Namhyung Kim 1-0/+17
2014-05-01tools: Consolidate types.hGravatar Borislav Petkov 1-1/+1
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroGravatar Jiri Olsa 1-2/+5
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idGravatar Jiri Olsa 1-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpGravatar Jiri Olsa 1-2/+0
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooGravatar Arnaldo Carvalho de Melo 1-2/+3
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTGravatar Ingo Molnar 1-2/+2
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTGravatar Namhyung Kim 1-2/+2
2012-09-11perf tools: Use __maybe_used for unused variablesGravatar Irina Tirdea 1-5/+6
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingGravatar Jiri Olsa 1-0/+34