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

type Interrupt

type Interrupts

// Interrupts creates a new instance from a given Proc instance.
func (p Proc) Interrupts() (Interrupts, error) {}

func parseInterrupts(r io.Reader) (Interrupts, error) {}