Searched refs:readSmapsRollup (Results 1 – 2 of 2) sorted by relevance
196 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