Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dkcov.h23 #define KCOV_DISABLE _IO('c', 101) macro
/linux-6.6.21/Documentation/dev-tools/
Dkcov.rst65 #define KCOV_DISABLE _IO('c', 101)
104 if (ioctl(fd, KCOV_DISABLE, 0))
207 if (ioctl(fd, KCOV_DISABLE, 0))
303 #define KCOV_DISABLE _IO('c', 101)
367 if (ioctl(fd, KCOV_DISABLE, 0))
/linux-6.6.21/kernel/
Dkcov.c609 case KCOV_DISABLE: in kcov_ioctl_locked()