internal/profile.Profile.Location (field)
40 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 {
filter.go#L17: for _, l := range p.Location {
legacy_profile.go#L121: p.Location = append(p.Location, loc)
legacy_profile.go#L141: seen := make(map[*Location]bool, len(p.Location))
legacy_profile.go#L154: p.Location = locs
legacy_profile.go#L161: for _, l := range p.Location {
legacy_profile.go#L203: for _, l := range p.Location {
legacy_profile.go#L298: p.Location = append(p.Location, loc)
legacy_profile.go#L455: p.Location = append(p.Location, loc)
legacy_profile.go#L574: p.Location = append(p.Location, loc)
legacy_profile.go#L806: p.Location = append(p.Location, loc)
legacy_profile.go#L947: p.Location = append(p.Location, loc)
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#L26: Location []*Location
profile.go#L266: locations := make(map[uint64]*Location, len(p.Location))
profile.go#L267: for _, l := range p.Location {
profile.go#L317: for _, l := range p.Location {
profile.go#L339: ss := make([]string, 0, len(p.Sample)+len(p.Mapping)+len(p.Location))
profile.go#L385: for _, l := range p.Location {
profile.go#L459: p.Location = append(p.Location, pb.Location...)
profile.go#L460: for i, l := range p.Location {
profile.go#L503: for _, l := range p.Location {
profile.go#L514: for _, l := range p.Location {
prune.go#L21: for _, loc := range p.Location {