summaryrefslogtreecommitdiffstats
path: root/sys/sys/kcov.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only usedanton2020-09-261-3/+1
* Add support for remote coverage to kcov. Remote coverage is collectedanton2020-08-011-1/+13
* add missing forward declaration of struct procanton2020-06-041-1/+3
* Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton2019-01-201-1/+2
* Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC.anton2018-12-271-2/+2
* Separate kcov descriptor state and trace mode as a first step towards supportinganton2018-12-271-1/+4
* Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton2018-08-191-0/+36