github.com/google/pprof/profile.Mapping.HasFunctions (field)
9 uses
github.com/google/pprof/profile (current package)
encode.go#L457: encodeBoolOpt(b, 7, p.HasFunctions)
encode.go#L471: func(b *buffer, m message) error { return decodeBool(b, &m.(*Mapping).HasFunctions) }, // optional bool has_functions = 7
merge.go#L310: HasFunctions: src.HasFunctions,
profile.go#L101: HasFunctions bool
profile.go#L419: m.HasFunctions = m.HasFunctions && function
profile.go#L570: if m.HasFunctions {
profile.go#L756: if l.Mapping != nil && !l.Mapping.HasFunctions {
![]() |
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. |