Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dunified_collection_data.h65 struct ucollection_thread_cpu_entry { struct
95 …T_APP_THREAD _IOR(IOCTRL_COLLECT_CPU_BASE, COLLECT_APP_THREAD, struct ucollection_thread_cpu_entry)
96 …T_THE_THREAD _IOR(IOCTRL_COLLECT_CPU_BASE, COLLECT_THE_THREAD, struct ucollection_thread_cpu_entry)
H A Dthread_cpu_data.h32 struct ucollection_thread_cpu_entry *entry_;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dthread_cpu_data.cpp33 auto totalSize = sizeof(struct ucollection_thread_cpu_entry) in Init()
35 entry_ = (struct ucollection_thread_cpu_entry *)malloc(totalSize); in Init()