Searched refs:KCOV_INIT_TRACE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | kcov.h | 21 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) macro
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcov.rst | 63 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 83 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE)) 172 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE)) 302 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 335 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE))
|
/openbmc/linux/kernel/ |
H A D | kcov.c | 703 case KCOV_INIT_TRACE: in kcov_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 711 IOCTL(KCOV_INIT_TRACE, IOC_R, TYPE_ULONG)
|