Searched defs:stat_fields (Results 1 – 2 of 2) sorted by relevance
65 struct stat_fields { struct66 jfieldID pss_field;67 jfieldID pssSwappable_field;68 jfieldID rss_field;69 jfieldID privateDirty_field;70 jfieldID sharedDirty_field;71 jfieldID privateClean_field;72 jfieldID sharedClean_field;73 jfieldID swappedOut_field;74 jfieldID swappedOutPss_field;[all …]
221 std::vector<std::string> stat_fields; in ParseProcStat() local