Documentation ¶
Overview ¶
Package cover provides types for working with coverage information (arrays of covered PCs).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreviousInstructionPC ¶
Types ¶
type ReportGenerator ¶
type ReportGenerator struct {
// contains filtered or unexported fields
}
func MakeReportGenerator ¶
func MakeReportGenerator(vmlinux, srcDir, buildDir, arch string) (*ReportGenerator, error)
Click to show internal directories.
Click to hide internal directories.