type internal/profile.TagMatch

3 uses

	internal/profile (current package)
		filter.go#L10: type TagMatch func(key, val string, nval int64) bool
		filter.go#L15: func (p *Profile) FilterSamplesByTag(focus, ignore TagMatch) (fm, im bool) {
		filter.go#L31: func focusedSample(s *Sample, focus, ignore TagMatch) (fm, im bool) {