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_thread.cpp193 void VirtualThread::ParseMap(std::vector<MemMapItem>& memMaps) in ParseMap()
Dvirtual_runtime.cpp216 const Symbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps) in GetKernelSymbol()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_thread_test.cpp179 std::vector<const MemMapItem *> memMaps {}; in PhdrCallBack() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp175 std::vector<MemMapItem> memMaps {}; in PhdrCallBack() local
/developtools/hiperf/src/
Dvirtual_runtime.cpp476 const Symbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps, in GetKernelSymbol()