Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp155 HIVIEW_LOGD("send IOCTRL_COLLECT_APP_THREAD, cmd=%{public}zu", IOCTRL_COLLECT_APP_THREAD); in FetchSelfThreadCpuData()
161 auto data = std::make_shared<ThreadCpuData>(IOCTRL_COLLECT_APP_THREAD, pid, threadCount); in FetchSelfThreadCpuData()
162 int ret = ioctl(fd_, IOCTRL_COLLECT_APP_THREAD, data->entry_); in FetchSelfThreadCpuData()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dunified_collection_data.h95 #define IOCTRL_COLLECT_APP_THREAD _IOR(IOCTRL_COLLECT_CPU_BASE, COLLECT_APP_THREAD, struct ucollect… macro