runtime/pprof.profileBuilder.pb (field)

52 uses

	runtime/pprof (current package)
		pprof.go#L381: 	b.pb.int64Opt(tagProfile_Period, 1)
		pprof.go#L448: 	b.pb.int64Opt(tagProfile_Period, 1)
		proto.go#L41: 	pb        protobuf
		proto.go#L147: 	if b.pb.nest == 0 && len(b.pb.data) > dataFlush {
		proto.go#L148: 		b.zw.Write(b.pb.data)
		proto.go#L149: 		b.pb.data = b.pb.data[:0]
		proto.go#L155: 	start := b.pb.startMessage()
		proto.go#L156: 	b.pb.int64(tagValueType_Type, b.stringIndex(typ))
		proto.go#L157: 	b.pb.int64(tagValueType_Unit, b.stringIndex(unit))
		proto.go#L158: 	b.pb.endMessage(tag, start)
		proto.go#L163: 	start := b.pb.startMessage()
		proto.go#L164: 	b.pb.int64s(tagSample_Value, values)
		proto.go#L165: 	b.pb.uint64s(tagSample_Location, locs)
		proto.go#L169: 	b.pb.endMessage(tagProfile_Sample, start)
		proto.go#L175: 	start := b.pb.startMessage()
		proto.go#L176: 	b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
		proto.go#L177: 	b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
		proto.go#L178: 	b.pb.int64Opt(tagLabel_Num, num)
		proto.go#L179: 	b.pb.endMessage(tag, start)
		proto.go#L184: 	start := b.pb.startMessage()
		proto.go#L185: 	b.pb.uint64Opt(tagLine_FunctionID, funcID)
		proto.go#L186: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L187: 	b.pb.endMessage(tag, start)
		proto.go#L192: 	start := b.pb.startMessage()
		proto.go#L193: 	b.pb.uint64Opt(tagMapping_ID, id)
		proto.go#L194: 	b.pb.uint64Opt(tagMapping_Start, base)
		proto.go#L195: 	b.pb.uint64Opt(tagMapping_Limit, limit)
		proto.go#L196: 	b.pb.uint64Opt(tagMapping_Offset, offset)
		proto.go#L197: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L198: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		proto.go#L206: 		b.pb.bool(tagMapping_HasFunctions, true)
		proto.go#L208: 	b.pb.endMessage(tag, start)
		proto.go#L340: 	b.pb.int64Opt(tagProfile_TimeNanos, b.start.UnixNano())
		proto.go#L344: 		b.pb.int64Opt(tagProfile_DurationNanos, b.end.Sub(b.start).Nanoseconds())
		proto.go#L346: 		b.pb.int64Opt(tagProfile_Period, b.period)
		proto.go#L378: 	b.pb.strings(tagProfile_StringTable, b.strings)
		proto.go#L379: 	b.zw.Write(b.pb.data)
		proto.go#L535: 	start := b.pb.startMessage()
		proto.go#L536: 	b.pb.uint64Opt(tagLocation_ID, id)
		proto.go#L537: 	b.pb.uint64Opt(tagLocation_Address, uint64(firstFrame.PC))
		proto.go#L550: 			b.pb.uint64Opt(tagLocation_MappingID, uint64(i+1))
		proto.go#L558: 	b.pb.endMessage(tagProfile_Location, start)
		proto.go#L562: 		start := b.pb.startMessage()
		proto.go#L563: 		b.pb.uint64Opt(tagFunction_ID, fn.id)
		proto.go#L564: 		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
		proto.go#L565: 		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
		proto.go#L566: 		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
		proto.go#L567: 		b.pb.endMessage(tagProfile_Function, start)
		protomem.go#L18: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L24: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))