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

TypeAlias MappingSources

driver/driver.go:132–135  ·  view source on GitHub ↗

MappingSources map each profile.Mapping to the source of the profile. The key is either Mapping.File or Mapping.BuildId.

Source from the content-addressed store, hash-verified

130// MappingSources map each profile.Mapping to the source of the profile.
131// The key is either Mapping.File or Mapping.BuildId.
132type MappingSources map[string][]struct {
133 Source string // URL of the source the mapping was collected from
134 Start uint64 // delta applied to addresses from this source (to represent Merge adjustments)
135}
136
137// An ObjTool inspects shared libraries and executable files.
138type ObjTool interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected