internal/profile.Profile.Location (field)
26 uses
internal/profile (current package)
encode.go#L74: for _, l := range p.Location {
encode.go#L118: for _, x := range p.Location {
encode.go#L162: pp.Location = append(pp.Location, x)
encode.go#L228: for _, l := range p.Location {
graph.go#L371: locations := locationMap{make([]Nodes, len(prof.Location)+1), make(map[uint64]Nodes)}
graph.go#L372: nm := make(NodeMap, len(prof.Location))
graph.go#L373: for _, l := range prof.Location {
merge.go#L33: locations: make(map[locationKey]*Location, len(srcs[0].Location)),
merge.go#L40: pm.locationsByID = make(map[uint64]*Location, len(src.Location))
merge.go#L219: ID: uint64(len(pm.p.Location) + 1),
merge.go#L237: pm.p.Location = append(pm.p.Location, l)
profile.go#L25: Location []*Location
profile.go#L221: locations := make(map[uint64]*Location, len(p.Location))
profile.go#L222: for _, l := range p.Location {
profile.go#L272: for _, l := range p.Location {
profile.go#L294: ss := make([]string, 0, len(p.Sample)+len(p.Mapping)+len(p.Location))
profile.go#L340: for _, l := range p.Location {
profile.go#L414: p.Location = append(p.Location, pb.Location...)
profile.go#L415: for i, l := range p.Location {
profile.go#L458: for _, l := range p.Location {
profile.go#L469: for _, l := range p.Location {
prune.go#L21: for _, loc := range p.Location {