package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Functions
Available returns whether any coverage data is available.
ClearCoverageData clears existing coverage data.
ConsumeCoverageData builds and writes the collection of covered PCs.
EnableReport sets up coverage reporting.
InitCoverageData initializes globalData.
KcovSupported returns whether the kcov interface should be made available.
Report writes out a coverage report with all blocks that have been covered.
Symbolize prints information about the block corresponding to pc.
WriteAllBlocks prints all information about all blocks along with their corresponding synthetic PCs.