Home
last modified time | relevance | path

Searched refs:mapContent (Results 1 – 3 of 3) 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.cpp277 std::string mapContent = ReadFileToString(mapPath); in ParseMap() local
278 if (mapContent.size() > 0) { in ParseMap()
279 std::istringstream s(mapContent); in ParseMap()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp283 std::string mapContent = ReadFileToString(mapPath); in ParseMap() local
288 if (mapContent.size() > 0) { in ParseMap()
289 std::istringstream s(mapContent); in ParseMap()