github.com/google/pprof/profile.Line.functionIDX (field)

7 uses

	github.com/google/pprof/profile (current package)
		encode.go#L93: 				l.Line[i].functionIDX = ln.Function.ID
		encode.go#L95: 				l.Line[i].functionIDX = 0
		encode.go#L280: 			if id := ln.functionIDX; id != 0 {
		encode.go#L281: 				l.Line[i].functionIDX = 0
		encode.go#L510: 	encodeUint64Opt(b, 1, p.functionIDX)
		encode.go#L517: 	func(b *buffer, m message) error { return decodeUint64(b, &m.(*Line).functionIDX) },
		profile.go#L126: 	functionIDX uint64