Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dcallstack.h95 struct UnwindInfo { struct
96 const VirtualThread &thread;
97 const u64 *regs;
98 size_t regNumber = 0;
99 ArchType arch;
100 CallStack &callStack;
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h131 struct UnwindInfo { struct
132 const VirtualThread &thread;
133 const u64 *regs;
134 size_t regNumber;
135 ArchType arch;
136 CallStack &callStack;