runtime/pprof.protobuf.int64Opt (method)

17 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#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#L186: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L197: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L198: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		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#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))
		protobuf.go#L65: func (b *protobuf) int64Opt(tag int, x int64) {
		protomem.go#L18: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L24: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))