Home
last modified time | relevance | path

Searched refs:GetKernelSymbol (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dvirtual_runtime.h157 const Symbol GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps,
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h176 const Symbol GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps,
/developtools/hiperf/src/
Dvirtual_runtime.cpp498 const Symbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps, in GetKernelSymbol() function in OHOS::Developtools::HiPerf::VirtualRuntime
629 symbol = GetKernelSymbol(ip, kernelSpaceMemMaps_, GetThread(pid, tid)); in GetSymbol()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp295 const Symbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<MemMapItem> &memMaps, in GetKernelSymbol() function in OHOS::Developtools::NativeDaemon::VirtualRuntime