Code coverage for fuzzing

modulename: kcov.ko

configname: CONFIG_KCOV

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Code coverage for fuzzing
In linux kernel since version 3.10 (release Date: 2013-06-30)
KCOV exposes kernel code coverage information in a form suitable
for coverage-guided fuzzing (randomized testing).

If RANDOMIZE_BASE is enabled, PC values will not be stable across
different machines and across reboots. If you need stable PC values,
disable RANDOMIZE_BASE.

For more details, see <a href="https://www.kernel.org/doc/Documentation/dev-tools/kcov.rst.
">Documentation/dev-tools/kcov.rst.
</a>
source code: