Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dvirtual_runtime.cpp864 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetKernelThreadSymbol() local
865 if (mapIndex < 0) { in GetKernelThreadSymbol()
872 auto map = thread.GetMaps()[mapIndex]; in GetKernelThreadSymbol()
911 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetUserSymbol() local
912 if (mapIndex >= 0) { in GetUserSymbol()
913 auto map = thread.GetMaps()[mapIndex]; in GetUserSymbol()