var github.com/prometheus/procfs.cpuLineRE

2 uses

	github.com/prometheus/procfs (current package)
		schedstat.go#L25: 	cpuLineRE  = regexp.MustCompile(`cpu(\d+) (\d+) (\d+) (\d+) (\d+) (\d+) (\d+) (\d+) (\d+) (\d+)`)
		schedstat.go#L71: 		match := cpuLineRE.FindStringSubmatch(scanner.Text())