github.com/prometheus/procfs.FS.Stat (method)

4 uses

	github.com/prometheus/procfs (current package)
		proc_stat.go#L182: 	stat, err := fs.Stat()
		stat.go#L154: 	return fs.Stat()
		stat.go#L162: 	return fs.Stat()
		stat.go#L167: func (fs FS) Stat() (Stat, error) {