Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h192 const DfxSymbol GetKernelSymbol(uint64_t ip, const std::vector<std::shared_ptr<DfxMap>> &maps,
/developtools/hiperf/include/
Dvirtual_runtime.h213 const DfxSymbol GetKernelSymbol(uint64_t ip, const std::vector<DfxMap> &memMaps,
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp332 const DfxSymbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<std::shared_ptr<DfxM… in GetKernelSymbol() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
/developtools/hiperf/src/
Dvirtual_runtime.cpp864 const DfxSymbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol() function in OHOS::Developtools::HiPerf::VirtualRuntime
1079 symbol = GetKernelSymbol(ip, kernelSpaceMemMaps_, GetThread(pid, tid)); in GetSymbol()