kubernetes/vendor/github.com/prometheus/procfs/schedstat.go

var cpuLineRE

var procLineRE

type Schedstat

type SchedstatCPU

type ProcSchedstat

// Schedstat reads data from `/proc/schedstat`.
func (fs FS) Schedstat() (*Schedstat, error) {}

func parseProcSchedstat(contents string) (ProcSchedstat, error) {}