type internal/profile.TagMatch

3 uses

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