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

type BuddyInfo

// BuddyInfo reads the buddyinfo statistics from the specified `proc` filesystem.
func (fs FS) BuddyInfo() ([]BuddyInfo, error) {}

func parseBuddyInfo(r io.Reader) ([]BuddyInfo, error) {}