Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dunified_collection_data.h90 #define IOCTRL_COLLECT_PROC_COUNT _IOR(IOCTRL_COLLECT_CPU_BASE, COLLECT_PROC_COUNT, unsigned int) macro
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp77 int ret = ioctl(fd_, IOCTRL_COLLECT_PROC_COUNT, &processCount); in GetProcessCount()