Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dmaps_info.cpp31 std::string mapPath = "/proc/" + std::to_string(pid) + "/maps"; in GetMaps() local
32 std::string mapContent = ReadFileToString(mapPath); in GetMaps()
34 HHLOGE(true, "%s no content", mapPath.c_str()); in GetMaps()
/developtools/hiperf/src/
Dvirtual_thread.cpp276 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseMap() local
277 std::string mapContent = ReadFileToString(mapPath); in ParseMap()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp282 std::string mapPath = StringPrintf("/proc/%d/maps", pid_); in ParseMap() local
283 std::string mapContent = ReadFileToString(mapPath); in ParseMap()