Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dkcov.h24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
/linux-6.3-rc2/Documentation/dev-tools/
A 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-6.3-rc2/kernel/
A Dkcov.c619 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked()
717 case KCOV_REMOTE_ENABLE: in kcov_ioctl()

Completed in 6 milliseconds