Lines Matching refs:get_ps
229 /* The function get_ps() reads all the data about one process, saving it in
636 // Display process data that get_ps() read from /proc, formatting via TT.fields
702 static int get_ps(struct dirtree *new)
999 // wrapper for get_ps() that also collects threads under each processes
1006 if (!new->parent) return get_ps(new);
1010 if (!get_ps(new)) {
1021 new->child = dirtree_flagread(toybuf, DIRTREE_SHUTUP|DIRTREE_PROC, get_ps);
1243 // Collect ->extra field from leaf nodes DIRTREE_SAVEd by get_ps() into array
1361 ? get_threads : get_ps);
1495 (FLAG(H) || (TT.bits&(_PS_TID|_PS_TCNT))) ? get_threads : get_ps);
1918 dirtree_flagread("/proc", DIRTREE_SHUTUP|DIRTREE_PROC, get_ps);