func runtime/pprof.WithLabels

3 uses

	runtime/pprof (current package)
		label.go#L56: func WithLabels(ctx context.Context, labels LabelSet) context.Context {
		runtime.go#L55: 	ctx = WithLabels(ctx, labels)

	google.golang.org/grpc
		server.go#L1806: 		ctx = pprof.WithLabels(ctx, pprof.Labels("grpc.method", stream.Method()))