Home
last modified time | relevance | path

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

/external/syzkaller/executor/
Dexecutor_linux.h49 const int kcov_init_trace = is_kernel_64_bit ? KCOV_INIT_TRACE64 : KCOV_INIT_TRACE32; in cover_open() local
50 if (ioctl(cov->fd, kcov_init_trace, kCoverSize)) in cover_open()