Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dkcov.h35 KCOV_TRACE_PC = 0, enumerator
/Linux-v6.6/Documentation/dev-tools/
Dkcov.rst68 #define KCOV_TRACE_PC 0
91 if (ioctl(fd, KCOV_ENABLE, KCOV_TRACE_PC))
182 /* Note KCOV_TRACE_CMP instead of KCOV_TRACE_PC. */
308 #define KCOV_TRACE_PC 0
346 arg->trace_mode = KCOV_TRACE_PC;
/Linux-v6.6/kernel/
Dkcov.c531 if (arg == KCOV_TRACE_PC) in kcov_get_mode()