aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/kcov.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove PAGE_SIZE from the kcov testsAndrew Turner2022-06-171-33/+106
* Enable the kcov tests on supported architecturesAndrew Turner2022-04-071-1/+1
* Allow the kcov buffer to be mmaped multiple times.Andrew Turner2019-02-211-5/+11
* Use KCOV_ENTRY_SIZE for the entry size.Andrew Turner2019-02-211-8/+8
* Add support for the Clang Coverage Sanitizer in the kernel (KCOV).Andrew Turner2019-01-121-0/+401