github.com/google/pprof/profile.Location.matchesName (method)

4 uses

	github.com/google/pprof/profile (current package)
		filter.go#L28: 		if ignore != nil && l.matchesName(ignore) {
		filter.go#L31: 		} else if focus == nil || l.matchesName(focus) {
		filter.go#L36: 		if hide != nil && l.matchesName(hide) {
		filter.go#L175: func (loc *Location) matchesName(re *regexp.Regexp) bool {