func github.com/google/pprof/profile.decodeUint64
11 uses
github.com/google/pprof/profile (current package)
encode.go#L465: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).ID) }, // optional uint64 id = 1
encode.go#L466: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Start) }, // optional uint64 memory_offset = 2
encode.go#L467: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Limit) }, // optional uint64 memory_limit = 3
encode.go#L468: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Mapping).Offset) }, // optional uint64 file_offset = 4
encode.go#L493: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).ID) }, // optional uint64 id = 1;
encode.go#L494: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
encode.go#L495: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).Address) }, // optional uint64 address = 3;
encode.go#L517: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Line).functionIDX) },
encode.go#L537: func(b *buffer, m message) error { return decodeUint64(b, &m.(*Function).ID) },
proto.go#L310: func decodeUint64(b *buffer, x *uint64) error {
proto.go#L336: if err := decodeUint64(b, &u); err != nil {
 |
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. |