Home
last modified time | relevance | path

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

/external/syzkaller/executor/
Dexecutor_linux.h62 int kcov_mode = collect_comps ? KCOV_TRACE_CMP : KCOV_TRACE_PC; in cover_enable() local
66 if (ioctl(cov->fd, KCOV_ENABLE, kcov_mode)) in cover_enable()
67 exitf("cover enable write trace failed, mode=%d", kcov_mode); in cover_enable()
Dexecutor_bsd.h81 int kcov_mode = flag_collect_comps ? KCOV_MODE_TRACE_CMP : KCOV_MODE_TRACE_PC; in cover_enable() local
82 if (ioctl(cov->fd, KIOENABLE, &kcov_mode)) in cover_enable()
83 exitf("cover enable write trace failed, mode=%d", kcov_mode); in cover_enable()