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