summaryrefslogtreecommitdiff
path: root/sys/kern/subr_kcov.c
AgeCommit message (Expand)Author
2022-10-26kern/subr_kcov.c: We already get cold from sys/kernel.h.riastradh
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2020-07-03Sync trace-pc and trace-cmp.maxv
2020-05-16Add __diagused, amd64 kernel ALL compiles again.hannken
2020-05-15Introduce kcov_silence_enter() and kcov_silence_leave(), to allow tomaxv
2020-05-15Introduce KCOV remote support. This allows to collect KCOV coverage onmaxv
2020-04-04Drop specificdata from KCOV, kMSan doesn't interact well with it. Alsomaxv
2019-12-07Revert the in_interrupt() change to use again the x86 specific codekamil
2019-12-01Switch in_interrupt() in KCOV to cpu_intr_p()kamil
2019-11-15Make kMSan compatible with KCOV. With kMSan we are forced to stay with themaxv
2019-05-26Drop no longer available macros KCOV_STORE() KCOV_LOAD() in kcov(4)kamil
2019-04-07Switch kcov module class to MODULE_CLASS_MISCkamil
2019-03-10Introduce enhancements to the kcov(4) codekamil
2019-03-10Add support for trace type selection in kcov(4)kamil
2019-03-10Add support for multiple threads in kcov(4)kamil
2019-02-23Stop including <sys/atomic.h> in KCOVkamil
2019-02-23Fix subr_kcov build on NetBSD/i386kamil
2019-02-23Add KCOV - kernel code coverage tracing devicekamil