runtime/pprof.profileBuilder.emitLocation (method)

5 uses

	runtime/pprof (current package)
		proto.go#L398: 			if id := b.emitLocation(); id > 0 {
		proto.go#L416: 			if id := b.emitLocation(); id > 0 {
		proto.go#L430: 		if id := b.emitLocation(); id > 0 {
		proto.go#L443: 	if id := b.emitLocation(); id > 0 { // emit remaining location.
		proto.go#L514: func (b *profileBuilder) emitLocation() uint64 {