Home
last modified time | relevance | path

Searched refs:KCOV_TRACE_CMP (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dkcov.h37 KCOV_TRACE_CMP = 1, enumerator
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst69 #define KCOV_TRACE_CMP 1
181 /* 注意这里是 KCOV_TRACE_CMP 而不是 KCOV_TRACE_PC。 */
182 if (ioctl(fd, KCOV_ENABLE, KCOV_TRACE_CMP))
/linux/Documentation/dev-tools/
H A Dkcov.rst69 #define KCOV_TRACE_CMP 1
182 /* Note KCOV_TRACE_CMP instead of KCOV_TRACE_PC. */
183 if (ioctl(fd, KCOV_ENABLE, KCOV_TRACE_CMP))
/linux/kernel/
H A Dkcov.c43 * KCOV_TRACE_CMP - to trace only the comparison operands
533 else if (arg == KCOV_TRACE_CMP) in kcov_get_mode()