Searched refs:procStatType (Results 1 – 1 of 1) sorted by relevance
154 bool cacheTopNProcessStats(ProcStatType procStatType, const ProcessStats& processStats, in cacheTopNProcessStats() argument156 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() argument178 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() argument203 uint64_t value = procStatType == CPU_TIME ? uidStats.cpuTimeMillis in cacheTopNProcStats()204 : procStatType == IO_BLOCKED_TASKS_COUNT ? uidStats.procStats.ioBlockedTasksCount in cacheTopNProcStats()[all …]