type runtime/pprof.profileBuilder

17 uses

	runtime/pprof (current package)
		proto.go#L31: type profileBuilder struct {
		proto.go#L135: func (b *profileBuilder) stringIndex(s string) int64 {
		proto.go#L145: func (b *profileBuilder) flush() {
		proto.go#L154: func (b *profileBuilder) pbValueType(tag int, typ, unit string) {
		proto.go#L162: func (b *profileBuilder) pbSample(values []int64, locs []uint64, labels func()) {
		proto.go#L174: func (b *profileBuilder) pbLabel(tag int, key, str string, num int64) {
		proto.go#L183: func (b *profileBuilder) pbLine(tag int, funcID uint64, line int64) {
		proto.go#L191: func (b *profileBuilder) pbMapping(tag int, id, base, limit, offset uint64, file, buildID string, hasFuncs bool) {
		proto.go#L256: func newProfileBuilder(w io.Writer) *profileBuilder {
		proto.go#L258: 	b := &profileBuilder{
		proto.go#L274: func (b *profileBuilder) addCPUData(data []uint64, tags []unsafe.Pointer) error {
		proto.go#L337: func (b *profileBuilder) build() {
		proto.go#L388: func (b *profileBuilder) appendLocsForStack(locs []uint64, stk []uintptr) (newLocs []uint64) {
		proto.go#L514: func (b *profileBuilder) emitLocation() uint64 {
		proto.go#L577: func (b *profileBuilder) readMapping() {
		proto.go#L693: func (b *profileBuilder) addMapping(lo, hi, offset uint64, file, buildID string) {
		proto.go#L697: func (b *profileBuilder) addMappingEntry(lo, hi, offset uint64, file, buildID string, fake bool) {