Lines Matching refs:kcov
1 kcov: code coverage for fuzzing
4 kcov exposes kernel code coverage information in a form suitable for coverage-
6 exported via the "kcov" debugfs file. Coverage collection is enabled on a task
9 Note that kcov does not aim to collect as much coverage as possible. It aims
15 kcov is also able to collect comparison operands from the instrumented code
39 program using kcov:
70 fd = open("/sys/kernel/debug/kcov", O_RDWR);
123 it needs to open /sys/kernel/debug/kcov in each thread separately.
126 That is, a parent process opens /sys/kernel/debug/kcov, enables trace mode,
159 fd = open("/sys/kernel/debug/kcov", O_RDWR);
205 Note that the kcov modes (coverage collection or comparison operands) are
227 array field of the kcov_remote_arg struct. This will attach the used kcov
238 Internally kcov stores handles as u64 integers. The top byte of a handle
247 handle, kcov will collect coverage for each code section that is annotated
292 fd = open("/sys/kernel/debug/kcov", O_RDWR);