github.com/google/pprof/profile.Location.mappingIDX (field)
7 uses
github.com/google/pprof/profile (current package)
encode.go#L99: l.mappingIDX = l.Mapping.ID
encode.go#L101: l.mappingIDX = 0
encode.go#L273: if id := l.mappingIDX; id < uint64(len(mappingIds)) {
encode.go#L278: l.mappingIDX = 0
encode.go#L483: encodeUint64Opt(b, 2, p.mappingIDX)
encode.go#L494: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
profile.go#L118: mappingIDX uint64
![]() |
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. |