Searched refs:kcov_mode (Results 1 – 2 of 2) sorted by relevance
62 int kcov_mode = collect_comps ? KCOV_TRACE_CMP : KCOV_TRACE_PC; in cover_enable() local66 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()
81 int kcov_mode = flag_collect_comps ? KCOV_MODE_TRACE_CMP : KCOV_MODE_TRACE_PC; in cover_enable() local82 if (ioctl(cov->fd, KIOENABLE, &kcov_mode)) in cover_enable()83 exitf("cover enable write trace failed, mode=%d", kcov_mode); in cover_enable()