Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoPerfCollection.cpp154 bool cacheTopNProcessStats(ProcStatType procStatType, const ProcessStats& processStats, in cacheTopNProcessStats() argument
156 uint64_t value = procStatType == CPU_TIME ? processStats.cpuTimeMillis in cacheTopNProcessStats()
157 : procStatType == IO_BLOCKED_TASKS_COUNT ? processStats.ioBlockedTasksCount in cacheTopNProcessStats()
176 UserPackageStats toUserPackageStats(ProcStatType procStatType, const UidStats& uidStats, in toUserPackageStats() argument
178 uint64_t value = procStatType == CPU_TIME ? uidStats.cpuTimeMillis in toUserPackageStats()
179 : procStatType == IO_BLOCKED_TASKS_COUNT ? uidStats.procStats.ioBlockedTasksCount in toUserPackageStats()
190 if (cacheTopNProcessStats(procStatType, processStats, &procStats.topNProcesses)) { in toUserPackageStats()
201 bool cacheTopNProcStats(ProcStatType procStatType, const UidStats& uidStats, int topNProcessCount, in cacheTopNProcStats() argument
203 uint64_t value = procStatType == CPU_TIME ? uidStats.cpuTimeMillis in cacheTopNProcStats()
204 : procStatType == IO_BLOCKED_TASKS_COUNT ? uidStats.procStats.ioBlockedTasksCount in cacheTopNProcStats()
[all …]