Lines Matching defs:ProcStatus
12 type ProcStatus struct { struct
14 pid int
17 VmPeak uint64
20 VmSize uint64
23 VmLck uint64
26 VmPin uint64
29 VmHWM uint64
32 VmRss uint64
35 RssAnon uint64
38 RssShmem uint64
41 VmData uint64
44 VmStk uint64
47 VmExe uint64
50 VmLib uint64
53 VmPTE uint64
56 VmPMD uint64
59 VmSwap uint64
62 HugetlbPages uint64
67 func fillProcStatus(s *ProcStatus, key, value string) {