type github.com/prometheus/procfs.FS

30 uses

	github.com/prometheus/procfs (current package)
		arp.go#L36: func (fs FS) GatherARPEntries() ([]ARPEntry, error) {
		buddyinfo.go#L35: func (fs FS) BuddyInfo() ([]BuddyInfo, error) {
		cpuinfo.go#L57: func (fs FS) CPUInfo() ([]CPUInfo, error) {
		crypto.go#L54: func (fs FS) Crypto() ([]Crypto, error) {
		fs.go#L22: type FS struct {
		fs.go#L31: func NewDefaultFS() (FS, error) {
		fs.go#L37: func NewFS(mountPoint string) (FS, error) {
		fs.go#L40: 		return FS{}, err
		fs.go#L42: 	return FS{fs}, nil
		ipvs.go#L69: func (fs FS) IPVSStats() (IPVSStats, error) {
		ipvs.go#L127: func (fs FS) IPVSBackendStatus() ([]IPVSBackendStatus, error) {
		mdstat.go#L52: func (fs FS) MDStat() ([]MDStat, error) {
		meminfo.go#L147: func (fs FS) Meminfo() (Meminfo, error) {
		net_dev.go#L51: func (fs FS) NetDev() (NetDev, error) {
		net_sockstat.go#L49: func (fs FS) NetSockstat() (*NetSockstat, error) {
		net_sockstat.go#L57: func (fs FS) NetSockstat6() (*NetSockstat, error) {
		net_softnet.go#L39: func (fs FS) GatherSoftnetStats() ([]SoftnetEntry, error) {
		net_unix.go#L95: func (fs FS) NewNetUnix() (*NetUnix, error) {
		proc.go#L71: func (fs FS) Self() (Proc, error) {
		proc.go#L86: func (fs FS) NewProc(pid int) (Proc, error) {
		proc.go#L91: func (fs FS) Proc(pid int) (Proc, error) {
		proc.go#L99: func (fs FS) AllProcs() (Procs, error) {
		proc_psi.go#L59: func (fs FS) PSIStatsForResource(resource string) (PSIStats, error) {
		proc_stat.go#L181: 	fs := FS{proc: s.proc}
		schedstat.go#L60: func (fs FS) Schedstat() (*Schedstat, error) {
		stat.go#L161: func (fs FS) NewStat() (Stat, error) {
		stat.go#L167: func (fs FS) Stat() (Stat, error) {
		vm.go#L80: func (fs FS) VM() (*VM, error) {
		xfrm.go#L99: func (fs FS) NewXfrmStat() (XfrmStat, error) {
		zoneinfo.go#L74: func (fs FS) Zoneinfo() ([]Zoneinfo, error) {