var github.com/google/pprof/profile.attributeRx

2 uses

	github.com/google/pprof/profile (current package)
		legacy_java_profile.go#L31: 	attributeRx            = regexp.MustCompile(`([\w ]+)=([\w ]+)`)
		legacy_java_profile.go#L117: 			h := attributeRx.FindStringSubmatch(line)