github.com/google/pprof/profile.Mapping.BuildID (field)
16 uses
github.com/google/pprof/profile (current package)
encode.go#L87: m.buildIDX = addString(strings, m.BuildID)
encode.go#L249: m.BuildID, err = getString(p.stringTable, &m.buildIDX, err)
legacy_profile.go#L1054: BuildID: buildID,
merge.go#L309: BuildID: src.BuildID,
merge.go#L340: case m.BuildID != "":
merge.go#L341: key.buildIDOrFile = m.BuildID
profile.go#L100: BuildID string
profile.go#L241: if m.BuildID != "" {
profile.go#L242: lm.BuildID = m.BuildID
profile.go#L284: if m1.BuildID != "" && m2.BuildID != "" {
profile.go#L285: if m1.BuildID != m2.BuildID {
profile.go#L586: m.BuildID,
![]() |
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. |