Searched refs:KCOV_REMOTE_ENABLE (Results 1 – 3 of 3) sorted by relevance
24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
212 from the current process. With KCOV_REMOTE_ENABLE it's possible to collect226 a list of such handles to the KCOV_REMOTE_ENABLE ioctl in the handles264 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)313 if (ioctl(fd, KCOV_REMOTE_ENABLE, arg))
624 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked()694 if (cmd == KCOV_REMOTE_ENABLE) { in kcov_ioctl()