github.com/google/pprof/profile.Sample.Location (field)
50 uses
github.com/google/pprof/profile (current package)
encode.go#L79: s.locationIDX = make([]uint64, len(s.Location))
encode.go#L80: for i, loc := range s.Location {
encode.go#L335: s.Location = make([]*Location, len(s.locationIDX))
encode.go#L338: s.Location[i] = locationIds[lid]
encode.go#L340: s.Location[i] = locations[lid]
filter.go#L55: if focusedAndNotIgnored(sample.Location, focusOrIgnore) {
filter.go#L58: for _, loc := range sample.Location {
filter.go#L67: sample.Location = locs
filter.go#L103: for i := len(sample.Location) - 1; i >= 0; i-- {
filter.go#L104: if showFromLocs[sample.Location[i].ID] {
filter.go#L105: sample.Location = sample.Location[:i+1]
legacy_java_profile.go#L202: Location: sloc,
legacy_profile.go#L134: Location: locs,
legacy_profile.go#L156: for _, l := range s.Location {
legacy_profile.go#L361: if len(s.Location) > 1 {
legacy_profile.go#L362: a := s.Location[1].Address
legacy_profile.go#L371: if len(s.Location) > 1 && s.Location[1].Address == id1 {
legacy_profile.go#L372: s.Location = append(s.Location[:1], s.Location[2:]...)
legacy_profile.go#L395: if len(s.Location) > 1 && s.Location[0].Address == s.Location[1].Address+1 {
legacy_profile.go#L396: s.Location = append(s.Location[:1], s.Location[2:]...)
legacy_profile.go#L455: Location: sloc,
legacy_profile.go#L543: Location: sloc,
legacy_profile.go#L780: Location: sloc,
legacy_profile.go#L907: Location: sloc,
merge.go#L154: Location: make([]*Location, len(src.Location)),
merge.go#L160: for i, l := range src.Location {
merge.go#L161: s.Location[i] = pm.mapLocation(l)
merge.go#L195: ids := make([]string, len(sample.Location))
merge.go#L196: for i, l := range sample.Location {
profile.go#L73: Location []*Location
profile.go#L348: for _, l := range s.Location {
profile.go#L632: for _, l := range s.Location {
prune.go#L98: for i := len(sample.Location) - 1; i >= 0; i-- {
prune.go#L99: id := sample.Location[i].ID
prune.go#L108: sample.Location = sample.Location[i+1:]
prune.go#L112: sample.Location = sample.Location[i:]
prune.go#L171: for i, loc := range sample.Location {
prune.go#L173: sample.Location = sample.Location[i:]
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |