summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/unwind.h
Commit message (Expand)AuthorAgeFilesLines
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-261-14/+13
* perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'Arnaldo Carvalho de Melo2019-11-121-5/+3
* perf unwind: Fix libunwind when tid != pidJohn Keeping2019-08-161-12/+13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf unwind: Provide only forward declarations for pointer typesArnaldo Carvalho de Melo2017-04-201-3/+6
* perf unwind: Add initialized arg into unwind__prepare_accessJiri Olsa2016-07-041-3/+6
* perf unwind: Change macro names of perf registerHe Kuang2016-06-231-0/+9
* perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang2016-06-071-1/+4
* perf unwind: Check the target platform before assigning unwind methodsHe Kuang2016-06-071-3/+5
* perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang2016-06-071-0/+9
* perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+0
* perf callchain: Use global caching provided by libunwindNamhyung Kim2014-10-291-0/+3
* perf callchain: Create an address space per threadNamhyung Kim2014-10-151-0/+17
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa2014-02-181-2/+5
* perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa2014-02-181-1/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-2/+0
* perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo2013-11-141-2/+3
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim2012-10-021-2/+2
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-5/+6
* perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa2012-08-111-0/+34