Searched refs:rel_minfaults (Results 1 – 1 of 1) sorted by relevance
252 public int rel_minfaults; field in ProcessCpuTracker.Stats485 st.rel_minfaults = 0; in collectStats()517 st.rel_minfaults = (int)(minfaults - st.base_minfaults); in collectStats()585 st.rel_minfaults = 0; in collectStats()597 st.rel_minfaults = 0; in collectStats()617 st.rel_minfaults = 0; in collectStats()821 proto.write(CpuUsageProto.Stat.MINOR_FAULTS, st.rel_minfaults);901 st.rel_utime, st.rel_stime, 0, 0, 0, st.rel_minfaults, st.rel_majfaults);