internal/profile.Line.Function (field)
15 uses
internal/profile (current package)
encode.go#L76: if ln.Function != nil {
encode.go#L77: l.Line[i].functionIDX = ln.Function.ID
encode.go#L233: l.Line[i].Function = functions[id]
encode.go#L234: if l.Line[i].Function == nil {
filter.go#L62: if fn := ln.Function; fn != nil {
filter.go#L79: if fn := ln.Function; fn != nil {
legacy_profile.go#L163: fn := ln.Function
merge.go#L254: if line.Function != nil {
merge.go#L255: lines[i*2] = strconv.FormatUint(line.Function.ID, 16)
merge.go#L341: Function: pm.mapFunction(src.Function),
profile.go#L104: Function *Function
profile.go#L281: if f := ln.Function; f != nil {
profile.go#L395: if fn := l.Line[li].Function; fn != nil {
prune.go#L24: if fn := loc.Line[i].Function; fn != nil && fn.Name != "" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)