Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst65 #define KCOV_DISABLE _IO('c', 101)
104 if (ioctl(fd, KCOV_DISABLE, 0))
206 if (ioctl(fd, KCOV_DISABLE, 0))
288 #define KCOV_DISABLE _IO('c', 101)
352 if (ioctl(fd, KCOV_DISABLE, 0))
/linux/include/uapi/linux/
H A Dkcov.h23 #define KCOV_DISABLE _IO('c', 101) macro
/linux/Documentation/dev-tools/
H A 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/kernel/
H A Dkcov.c619 case KCOV_DISABLE: in kcov_ioctl_locked()