Searched refs:KCOV_INIT_TRACE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/uapi/linux/ |
| D | kcov.h | 21 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) macro
|
| /Linux-v6.1/Documentation/dev-tools/ |
| D | kcov.rst | 55 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 75 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE)) 163 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE)) 267 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 300 if (ioctl(fd, KCOV_INIT_TRACE, COVER_SIZE))
|
| /Linux-v6.1/kernel/ |
| D | kcov.c | 692 case KCOV_INIT_TRACE: in kcov_ioctl()
|