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

TypeAlias MappingSources

internal/plugin/plugin.go:103–106  ·  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

101// MappingSources map each profile.Mapping to the source of the profile.
102// The key is either Mapping.File or Mapping.BuildId.
103type MappingSources map[string][]struct {
104 Source string // URL of the source the mapping was collected from
105 Start uint64 // delta applied to addresses from this source (to represent Merge adjustments)
106}
107
108// An ObjTool inspects shared libraries and executable files.
109type ObjTool interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected