Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dkcov.h35 KCOV_TRACE_PC = 0, enumerator
/openbmc/linux/Documentation/dev-tools/
H A 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;
/openbmc/linux/kernel/
H A Dkcov.c540 if (arg == KCOV_TRACE_PC) in kcov_get_mode()