Searched refs:readSmapsRollup (Results 1 – 4 of 4) sorted by relevance
195 bool readSmapsRollup(pid_t pid, ProcessStats* processStatsOut) const;
584 if (mIsMemoryProfilingEnabled && !readSmapsRollup(pid, &processStats)) { in readProcessStatsLocked()667 bool UidProcStatsCollector::readSmapsRollup(pid_t pid, ProcessStats* processStatsOut) const { in readSmapsRollup() function in android::automotive::watchdog::UidProcStatsCollector