struct UnwinderData
Defined at line 36 of file ../../src/performance/experimental/profiler/targets.h
The unwinding library receives pointers and references. We place the relevant structs together to
ensure they don't get copied/moved and invalidate the references.
Public Members
FuchsiaMemory memory
vector modules
CfiUnwinder cfi_unwinder
FramePointerUnwinder fp_unwinder
Public Methods
void UnwinderData (const zx::unowned_process & process)
Defined at line 37 of file ../../src/performance/experimental/profiler/targets.h
void UnwinderData (const UnwinderData & )
Defined at line 40 of file ../../src/performance/experimental/profiler/targets.h
void UnwinderData (UnwinderData && )
Defined at line 41 of file ../../src/performance/experimental/profiler/targets.h
UnwinderData & operator= (const UnwinderData & )
Defined at line 42 of file ../../src/performance/experimental/profiler/targets.h
UnwinderData & operator= (UnwinderData && )
Defined at line 43 of file ../../src/performance/experimental/profiler/targets.h