Searched refs:UnwindInfo (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | call_stack.h | 31 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/ |
| D | callstack.h | 48 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/ |
| D | call_stack.cpp | 150 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/ |
| D | callstack.cpp | 161 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()
|