Searched refs:KCOV_INIT_TRACE (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | kcov.h | 21 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) macro
|
| /linux/Documentation/dev-tools/ |
| A 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/kernel/ |
| A D | kcov.c | 574 case KCOV_INIT_TRACE: in kcov_ioctl_locked()
|
Completed in 8 milliseconds