Searched defs:procps_status_t (Results 1 – 1 of 1) sorted by relevance
2026 typedef struct procps_status_t { struct2027 DIR *dir;2030 uint8_t shift_pages_to_kb;2032 uint16_t argv_len;2033 char *argv0;2034 char *exe;2039 unsigned long vsz, rss; /* we round it to kbytes */2040 unsigned long stime, utime;2041 unsigned long start_time;2042 unsigned pid;[all …]