Lines Matching refs:pid_
119 : pid_(pid), get_wss_(get_wss), pgflags_(pgflags), pgflags_mask_(pgflags_mask) {} in ProcMemInfo()
123 LOG(ERROR) << "Failed to read maps for Process " << pid_; in Maps()
131 LOG(ERROR) << "Failed to read maps with page idle for Process " << pid_; in MapsWithPageIdle()
139 LOG(ERROR) << "Failed to read maps for Process " << pid_; in MapsWithoutUsageStats()
157 LOG(ERROR) << "Failed to read smaps for Process " << pid_; in Smaps()
171 LOG(WARNING) << "Trying to read process memory usage for " << pid_ in Usage()
177 LOG(ERROR) << "Failed to get memory usage for Process " << pid_; in Usage()
185 LOG(WARNING) << "Trying to read process working set for " << pid_ in Wss()
191 LOG(ERROR) << "Failed to get working set for Process " << pid_; in Wss()
198 std::string path = ::android::base::StringPrintf("/proc/%d/smaps", pid_); in ForEachVma()
204 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollup()
210 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollupPss()
216 LOG(WARNING) << "Trying to read process swap offsets for " << pid_ in SwapOffsets()
222 LOG(ERROR) << "Failed to get swap offsets for Process " << pid_; in SwapOffsets()
230 std::string pagemap_file = ::android::base::StringPrintf("/proc/%d/pagemap", pid_); in PageMap()
245 PLOG(ERROR) << "Failed to read page frames from page map for pid: " << pid_; in PageMap()
248 LOG(ERROR) << "Failed to read page frames from page map for pid: " << pid_ in PageMap()
275 std::string maps_file = ::android::base::StringPrintf("/proc/%d/maps", pid_); in ReadMaps()
293 ::android::base::unique_fd pagemap_fd(GetPagemapFd(pid_)); in ReadMaps()
312 ::android::base::unique_fd pagemap_fd(GetPagemapFd(pid_)); in FillInVmaStats()
384 LOG(ERROR) << "Failed to get page flags for " << page_frame << " in process " << pid_; in ReadVmaStats()
394 LOG(ERROR) << "Failed to get page count for " << page_frame << " in process " << pid_; in ReadVmaStats()