index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
unwind.h
Age
Commit message (
Expand
)
Author
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-12
perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
Arnaldo Carvalho de Melo
2019-08-16
perf unwind: Fix libunwind when tid != pid
John Keeping
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-20
perf unwind: Provide only forward declarations for pointer types
Arnaldo Carvalho de Melo
2016-07-04
perf unwind: Add initialized arg into unwind__prepare_access
Jiri Olsa
2016-06-23
perf unwind: Change macro names of perf register
He Kuang
2016-06-07
perf unwind: Change fixed name of libunwind__arch_reg_id to macro
He Kuang
2016-06-07
perf unwind: Check the target platform before assigning unwind methods
He Kuang
2016-06-07
perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwind
He Kuang
2014-10-29
perf callchains: Use thread->mg->machine
Arnaldo Carvalho de Melo
2014-10-29
perf callchain: Use global caching provided by libunwind
Namhyung Kim
2014-10-15
perf callchain: Create an address space per thread
Namhyung Kim
2014-05-01
tools: Consolidate types.h
Borislav Petkov
2014-02-18
perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro
Jiri Olsa
2014-02-18
perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id
Jiri Olsa
2014-02-18
perf callchain: Add mask into struct regs_dump
Jiri Olsa
2013-11-14
perf symbols: Limit max callchain using max_stack on DWARF unwinding too
Arnaldo Carvalho de Melo
2013-10-09
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2012-10-02
perf tools: Convert to LIBUNWIND_SUPPORT
Namhyung Kim
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-08-11
perf tools: Support for DWARF CFI unwinding on post processing
Jiri Olsa