Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcov.h24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcov.rst212 from the current process. With KCOV_REMOTE_ENABLE it's possible to collect
226 a list of such handles to the KCOV_REMOTE_ENABLE ioctl in the handles
264 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
313 if (ioctl(fd, KCOV_REMOTE_ENABLE, arg))
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c624 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked()
694 if (cmd == KCOV_REMOTE_ENABLE) { in kcov_ioctl()