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.cpp247 auto process = unwindInfoPtr.callStack.porcessMemoryMap_.find(unwindInfoPtr.thread.pid_); in ReadVirtualThreadMemory()
248 if (process != unwindInfoPtr.callStack.porcessMemoryMap_.end()) { in ReadVirtualThreadMemory()
257 unwindInfoPtr.callStack.porcessMemoryMap_[unwindInfoPtr.thread.pid_][addr] = *data; in ReadVirtualThreadMemory()
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h89 std::unordered_map<pid_t, unwMemoryCache> porcessMemoryMap_; variable
/developtools/hiperf/include/
Dcallstack.h109 std::unordered_map<pid_t, unwMemoryCache> porcessMemoryMap_; variable