Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dcallstack.cpp749 int64_t mapIndex = unwindInfoPtr->thread.FindMapIndexByAddr(pc); in FindUnwindTable() local
750 if (mapIndex >= 0) { in FindUnwindTable()
751 auto map = unwindInfoPtr->thread.GetMaps()[mapIndex]; in FindUnwindTable()
803 int64_t mapIndex = unwindInfoPtr->thread.FindMapIndexByAddr(pc); in GetMapByPc() local
804 if (mapIndex >= 0) { in GetMapByPc()
805 map = unwindInfoPtr->thread.GetMaps()[mapIndex]; in GetMapByPc()
H A Dvirtual_runtime.cpp971 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetKernelThreadSymbol() local
972 if (mapIndex < 0) { in GetKernelThreadSymbol()
977 auto map = thread.GetMaps()[mapIndex]; in GetKernelThreadSymbol()
1017 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetUserSymbol() local
1018 if (mapIndex >= 0) { in GetUserSymbol()
1019 auto map = thread.GetMaps()[mapIndex]; in GetUserSymbol()

Completed in 4 milliseconds