Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp62 return (cpuCollectionInfo.pid > 0) && (!cpuCollectionInfo.procName.empty()); in IsValidProcess()
73 return cpuCollectionInfo.cpuLoad == 0; in IsInvalidCpuLoad()
84 if (!IsValidProcess(cpuCollectionInfo)) { in NeedStoreInDb()
90 invalidProcNum, cpuCollectionInfo.pid, cpuCollectionInfo.procName.c_str()); in NeedStoreInDb()
94 return IsValidCpuLoad(cpuCollectionInfo) in NeedStoreInDb()
95 || (IsInvalidCpuLoad(cpuCollectionInfo) && IsValidCpuUsage(cpuCollectionInfo)); in NeedStoreInDb()
106 int32_t pid = cpuCollectionInfo.pid; in IsForegroundStateInCollectionPeriod()
299 if (NeedStoreInDb(cpuCollectionInfo)) { in StoreProcessDatas()
311 for (auto& cpuCollectionInfo : cpuCollections) { in StoreThreadDatas() local
312 StoreThreadData(cpuCollectionInfo); in StoreThreadDatas()
[all …]