Home
last modified time | relevance | path

Searched defs:memMaps (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp466 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in FillMapsCache() local
512 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in HandleMapInfo() local
Dvirtual_thread.cpp222 bool VirtualThread::ParseMap(std::vector<std::shared_ptr<DfxMap>>& memMaps, bool update) in ParseMap()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_thread_test.cpp113 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp98 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
/developtools/hiperf/src/
Dvirtual_runtime.cpp815 const DfxSymbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol()