Searched refs:KCOV_DISABLE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | kcov.h | 23 #define KCOV_DISABLE _IO('c', 101) macro
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcov.rst | 65 #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))
|
/openbmc/linux/kernel/ |
H A D | kcov.c | 618 case KCOV_DISABLE: in kcov_ioctl_locked()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 710 IOCTL(KCOV_DISABLE, 0, TYPE_NULL)
|