Home
last modified time | relevance | path

Searched refs:KCOV_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dkcov.h22 #define KCOV_ENABLE _IO('c', 100) macro
/linux-6.3-rc2/Documentation/dev-tools/
A Dkcov.rst56 #define KCOV_ENABLE _IO('c', 100)
83 if (ioctl(fd, KCOV_ENABLE, KCOV_TRACE_PC))
174 if (ioctl(fd, KCOV_ENABLE, KCOV_TRACE_CMP))
214 With KCOV_ENABLE coverage is collected only for syscalls that are issued
/linux-6.3-rc2/kernel/
A Dkcov.c584 case KCOV_ENABLE: in kcov_ioctl_locked()

Completed in 8 milliseconds