Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dthread_cpu_data.cpp34 + sizeof(struct ucollection_thread_cpu_item) * totalCount; in Init()
55 struct ucollection_thread_cpu_item* ThreadCpuData::GetNextThread() in GetNextThread()
61 struct ucollection_thread_cpu_item *item = &entry_->datas[current_]; in GetNextThread()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dunified_collection_data.h52 struct ucollection_thread_cpu_item { struct
70 struct ucollection_thread_cpu_item datas[]; argument
H A Dthread_state_info_collector.h53 void UpdateLastThreadTimeInfo(const ucollection_thread_cpu_item* threadCpuItem,
58 const ucollection_thread_cpu_item* procCpuItem, const CalculationTimeInfo& calcTimeInfo);
H A Dthread_cpu_data.h26 struct ucollection_thread_cpu_item* GetNextThread();
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthread_state_info_collector.cpp95 void ThreadStateInfoCollector::UpdateLastThreadTimeInfo(const ucollection_thread_cpu_item* threadCp… in UpdateLastThreadTimeInfo()
186 const ucollection_thread_cpu_item* threadCpuItem, const CalculationTimeInfo& calcTimeInfo) in CalculateThreadCpuStatInfo()