MappingSources map each profile.Mapping to the source of the profile. The key is either Mapping.File or Mapping.BuildId.
| 130 | // MappingSources map each profile.Mapping to the source of the profile. |
| 131 | // The key is either Mapping.File or Mapping.BuildId. |
| 132 | type 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. |
| 138 | type ObjTool interface { |
nothing calls this directly
no outgoing calls
no test coverage detected