type github.com/prometheus/procfs.SoftIRQStat

5 uses

	github.com/prometheus/procfs (current package)
		stat.go#L45: type SoftIRQStat struct {
		stat.go#L81: 	SoftIRQ SoftIRQStat
		stat.go#L126: func parseSoftIRQStat(line string) (SoftIRQStat, uint64, error) {
		stat.go#L127: 	softIRQStat := SoftIRQStat{}
		stat.go#L139: 		return SoftIRQStat{}, 0, fmt.Errorf("couldn't parse %s (softirq): %s", line, err)