Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dmaps_info.cpp32 std::string mapContent = ReadFileToString(mapPath); in GetMaps() local
33 if (mapContent.empty()) { in GetMaps()
38 std::istringstream s(mapContent); in GetMaps()
/developtools/hiperf/src/
Dvirtual_thread.cpp262 std::string mapContent = ReadFileToString(mapPath); in ParseServiceMap() local
265 if (mapContent.size() == 0) { in ParseServiceMap()
269 std::istringstream s(mapContent); in ParseServiceMap()
288 std::string mapContent = ReadFileToString(mapPath); in ParseDevhostMap() local
291 if (mapContent.size() > 0) { in ParseDevhostMap()
292 std::istringstream s(mapContent); in ParseDevhostMap()