Home
last modified time | relevance | path

Searched refs:KCOV_DISABLE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkcov.h11 #define KCOV_DISABLE _IO('c', 101) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkcov.h23 #define KCOV_DISABLE _IO('c', 101) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkcov.h23 #define KCOV_DISABLE _IO('c', 101) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkcov.h32 #define KCOV_DISABLE _IO('c', 101) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkcov.h32 #define KCOV_DISABLE _IO('c', 101) macro
/kernel/linux/linux-5.10/kernel/
H A Dkcov.c43 * - then, ioctl(KCOV_DISABLE) to disable the task.
440 * 2. The task that created kcov exiting without calling KCOV_DISABLE, in kcov_task_exit()
594 * at task exit or voluntary by KCOV_DISABLE. After that it can in kcov_ioctl_locked()
610 /* Put either in kcov_task_exit() or in KCOV_DISABLE. */ in kcov_ioctl_locked()
613 case KCOV_DISABLE: in kcov_ioctl_locked()
677 /* Put either in kcov_task_exit() or in KCOV_DISABLE. */ in kcov_ioctl_locked()
861 * KCOV_DISABLE / kcov_remote_reset(). in kcov_remote_start()
1003 * KCOV_DISABLE could have been called between kcov_remote_start() in kcov_remote_stop()
/kernel/linux/linux-6.6/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()
673 /* Put either in kcov_task_exit() or in KCOV_DISABLE. */ in kcov_ioctl_locked()
888 * KCOV_DISABLE / kcov_remote_reset(). in kcov_remote_start()
1030 * KCOV_DISABLE could have been called between kcov_remote_start() in kcov_remote_stop()

Completed in 4 milliseconds