Searched refs:rel_minfaults (Results 1 – 1 of 1) sorted by relevance
252 public int rel_minfaults; field in ProcessCpuTracker.Stats479 st.rel_minfaults = 0; in collectStats()511 st.rel_minfaults = (int)(minfaults - st.base_minfaults); in collectStats()579 st.rel_minfaults = 0; in collectStats()591 st.rel_minfaults = 0; in collectStats()611 st.rel_minfaults = 0; in collectStats()815 proto.write(CpuUsageProto.Stat.MINOR_FAULTS, st.rel_minfaults);895 st.rel_utime, st.rel_stime, 0, 0, 0, st.rel_minfaults, st.rel_majfaults);