android_system_core/libbacktrace/include/backtrace
Christopher Ferris 432981b905 Modify the offline handling interface.
- Add a new function Backtrace::UnwindOffline that takes the stack data.
- Modify BacktraceMap::CreateOffline so it doesn't take the stack data.
  This makes it easier to reuse the map object created this way.

Reusing the map object increases simpleperf speed (unwinds per second) by 50%.

Test: backtrace_test libunwindstack_test
Change-Id: I90cfbae9e50d95d8a0e3cd394b33ba36d65d45f7
2018-02-23 09:14:06 -08:00
..
Backtrace.h Modify the offline handling interface. 2018-02-23 09:14:06 -08:00
BacktraceMap.h Modify the offline handling interface. 2018-02-23 09:14:06 -08:00
backtrace_constants.h libBacktraceOffline: improve unwinding callchains. 2017-12-18 18:20:44 -08:00