func internal/runtime/pprof/label.NewSet

3 uses

	internal/runtime/pprof/label (current package)
		labelset.go#L23: func NewSet(list []Label) Set {

	runtime/pprof
		label.go#L63: 		return label.NewSet(right.list)
		label.go#L90: 	return label.NewSet(result)