MCPcopy Create free account
hub / github.com/google/pprof / addrInfo

Struct addrInfo

internal/report/source.go:145–148  ·  view source on GitHub ↗

addrInfo holds information for an address we are interested in.

Source from the content-addressed store, hash-verified

143
144// addrInfo holds information for an address we are interested in.
145type addrInfo struct {
146 loc *profile.Location // Always non-nil
147 obj plugin.ObjFile // May be nil
148}
149
150// instructionInfo holds collected information for an instruction.
151type instructionInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected