Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dkcov.h24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
/Linux-v6.1/Documentation/dev-tools/
Dkcov.rst215 from the current process. With KCOV_REMOTE_ENABLE it's possible to collect
229 a list of such handles to the KCOV_REMOTE_ENABLE ioctl in the handles
269 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
318 if (ioctl(fd, KCOV_REMOTE_ENABLE, arg))
/Linux-v6.1/kernel/
Dkcov.c619 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked()
717 case KCOV_REMOTE_ENABLE: in kcov_ioctl()