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

Struct Location

profile/profile.go:137–145  ·  view source on GitHub ↗

Location corresponds to Profile.Location

Source from the content-addressed store, hash-verified

135
136// Location corresponds to Profile.Location
137type Location struct {
138 ID uint64
139 Mapping *Mapping
140 Address uint64
141 Line []Line
142 IsFolded bool
143
144 mappingIDX uint64
145}
146
147// Line corresponds to Profile.Line
148type Line struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected