Home
last modified time | relevance | path

Searched refs:porcessMemoryMap_ (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp42 auto process = unwindInfoPtr.callStack.porcessMemoryMap_.find(unwindInfoPtr.thread.pid_); in ReadVirtualThreadMemory()
43 if (process != unwindInfoPtr.callStack.porcessMemoryMap_.end()) { in ReadVirtualThreadMemory()
52 unwindInfoPtr.callStack.porcessMemoryMap_[unwindInfoPtr.thread.pid_][addr] = *data; in ReadVirtualThreadMemory()
/developtools/hiperf/include/
Dcallstack.h112 std::unordered_map<pid_t, unwMemoryCache> porcessMemoryMap_; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h66 std::unordered_map<pid_t, unwMemoryCache> porcessMemoryMap_; variable