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.c44 * - then, ioctl(KCOV_DISABLE) to disable the task.
461 * 2. The task that created kcov exiting without calling KCOV_DISABLE, in kcov_task_exit()
590 * at task exit or voluntary by KCOV_DISABLE. After that it can in kcov_ioctl_locked()
606 /* Put either in kcov_task_exit() or in KCOV_DISABLE. */ in kcov_ioctl_locked()
609 case KCOV_DISABLE: in kcov_ioctl_locked()
675 /* Put either in kcov_task_exit() or in KCOV_DISABLE. */ in kcov_ioctl_locked()
890 * KCOV_DISABLE / kcov_remote_reset(). in kcov_remote_start()
1032 * KCOV_DISABLE could have been called between kcov_remote_start() in kcov_remote_stop()