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

2 uses

	github.com/google/pprof/profile (current package)
		legacy_profile.go#L69: 	logInfoRE = regexp.MustCompile(`^[^\[\]]+:[0-9]+]\s`)
		legacy_profile.go#L1011: 	if match := logInfoRE.FindStringIndex(line); match != nil {