aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kcov
Commit message (Collapse)AuthorAgeFilesLines
* pkg/kcov: add pkg/kcovEthan Graham2025-09-222-0/+160
Add a Go-native KCOV package, with a helper functions for tracing a a function. This is in preparation for a standalone KFuzzTest tool, which should be written in Go in order to take advantage of existing fuzzing infrastructure. The hard-coded coverage buffer size is the same as the executor program, defined as `512 << 10` in `executor/executor.cc`. Signed-off-by: Ethan Graham <ethangraham@google.com>