github.com/google/pprof/profile.Line.Function (field)
19 uses
github.com/google/pprof/profile (current package)
encode.go#L92: if ln.Function != nil {
encode.go#L93: l.Line[i].functionIDX = ln.Function.ID
encode.go#L283: l.Line[i].Function = functionIds[id]
encode.go#L285: l.Line[i].Function = functions[id]
filter.go#L133: if fn := loc.Line[i].Function; fn != nil {
filter.go#L177: if fn := ln.Function; fn != nil {
filter.go#L197: if fn := ln.Function; fn != nil {
filter.go#L215: if fn := ln.Function; fn != nil {
legacy_java_profile.go#L303: Function: fn,
legacy_profile.go#L174: fn := ln.Function
merge.go#L272: if line.Function != nil {
merge.go#L273: lines[i*2] = strconv.FormatUint(line.Function.ID, 16)
merge.go#L359: Function: pm.mapFunction(src.Function),
profile.go#L123: Function *Function
profile.go#L401: f := ln.Function
profile.go#L606: if fn := l.Line[li].Function; fn != nil {
prune.go#L68: if fn := loc.Line[i].Function; fn != nil && fn.Name != "" {
prune.go#L156: if fn := loc.Line[i].Function; fn != nil && fn.Name != "" {
![]() |
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. |