Searched refs:KCOV_ENABLE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | kcov.h | 10 #define KCOV_ENABLE _IO('c', 100) macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kcov.h | 22 #define KCOV_ENABLE _IO('c', 100) macro 31 * ioctl(fd, KCOV_ENABLE, mode). In older versions the mode argument
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | kcov.h | 22 #define KCOV_ENABLE _IO('c', 100) macro 31 * ioctl(fd, KCOV_ENABLE, mode). In older versions the mode argument
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kcov.h | 31 #define KCOV_ENABLE _IO('c', 100) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kcov.h | 31 #define KCOV_ENABLE _IO('c', 100) macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kcov.c | 39 * - then, ioctl(KCOV_ENABLE, arg), where arg is 425 * For KCOV_ENABLE devices we want to make sure that t->kcov->t == t, in kcov_task_exit() 589 case KCOV_ENABLE: in kcov_ioctl_locked()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 40 * - then, ioctl(KCOV_ENABLE, arg), where arg is 446 * For KCOV_ENABLE devices we want to make sure that t->kcov->t == t, in kcov_task_exit() 585 case KCOV_ENABLE: in kcov_ioctl_locked()
|
Completed in 6 milliseconds