Lines Matching defs:stats
664 uint64_t stats[sizeof(parameter_names)] = {0};
671 ret = extract_stats(stats, RPM_STAT, RPM_PARAMETERS, 0);
677 ret = extract_stats(stats, RPM_MASTER_STAT, NUM_PARAMETERS, 4);
685 list[0].total_transitions = stats[0];
686 list[0].residency_in_msec_since_boot = stats[1];
692 list[0].voters[0].total_time_in_msec_voted_for_since_boot = stats[4];
693 list[0].voters[0].total_number_of_times_voted_since_boot = stats[5];
697 list[0].voters[1].total_time_in_msec_voted_for_since_boot = stats[6];
698 list[0].voters[1].total_number_of_times_voted_since_boot = stats[7];
702 list[0].voters[2].total_time_in_msec_voted_for_since_boot = stats[8];
703 list[0].voters[2].total_number_of_times_voted_since_boot = stats[9];
707 list[1].total_transitions = stats[2];
708 list[1].residency_in_msec_since_boot = stats[3];