Searched refs:procStatType (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoPerfCollection.cpp | 144 bool cacheTopNProcessStats(ProcStatType procStatType, const ProcessStats& processStats, in cacheTopNProcessStats() argument 146 uint64_t count = procStatType == IO_BLOCKED_TASKS_COUNT ? processStats.ioBlockedTasksCount in cacheTopNProcessStats() 165 UserPackageStats toUserPackageStats(ProcStatType procStatType, const UidStats& uidStats, in toUserPackageStats() argument 167 uint64_t count = procStatType == IO_BLOCKED_TASKS_COUNT ? uidStats.procStats.ioBlockedTasksCount in toUserPackageStats() 178 if (cacheTopNProcessStats(procStatType, processStats, &procStats.topNProcesses)) { in toUserPackageStats() 189 bool cacheTopNProcStats(ProcStatType procStatType, const UidStats& uidStats, int topNProcessCount, in cacheTopNProcStats() argument 191 uint64_t count = procStatType == IO_BLOCKED_TASKS_COUNT ? uidStats.procStats.ioBlockedTasksCount in cacheTopNProcStats() 200 toUserPackageStats(procStatType, uidStats, topNProcessCount)); in cacheTopNProcStats()
|