Home
last modified time | relevance | path

Searched defs:UnwindInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/include/
Dcallstack.h128 struct UnwindInfo { struct
129 const VirtualThread &thread;
130 const u64 *regs;
131 size_t regNumber;
132 ArchType arch;
133 CallStack &callStack;
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h125 struct UnwindInfo { struct
126 const VirtualThread &thread;
127 const u64 *regs;
128 size_t regNumber;
129 ArchType arch;
130 CallStack &callStack;