Home
last modified time | relevance | path

Searched refs:UnwindInfo (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h31 struct UnwindInfo;
60 static bool ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr,
80 UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip,
111 struct UnwindInfo { struct
/developtools/hiperf/include/
Dcallstack.h48 struct UnwindInfo;
80 static bool ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr,
100 UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip,
131 struct UnwindInfo { struct
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp150 UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip, in FindUnwindTable()
223 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in FindProcInfo()
244 bool CallStack::ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr, in ReadVirtualThreadMemory()
267 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessMem()
301 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessReg()
414 UnwindInfo unwindInfo = { in DoUnwind()
/developtools/hiperf/src/
Dcallstack.cpp161 UnwindInfo *unwindInfoPtr, unw_addr_space_t as, unw_word_t ip, in FindUnwindTable()
237 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in FindProcInfo()
258 bool CallStack::ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t vaddr, in ReadVirtualThreadMemory()
282 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessMem()
314 UnwindInfo *unwindInfoPtr = static_cast<UnwindInfo *>(arg); in AccessReg()
441 UnwindInfo unwindInfo = { in DoUnwind()