Lines Matching defs:stats
621 uint64_t stats[sizeof(parameter_names)] = {0};
628 ret = extract_stats(stats, RPM_STAT, RPM_PARAMETERS, 0);
634 ret = extract_stats(stats, RPM_MASTER_STAT, NUM_PARAMETERS, 4);
642 list[0].total_transitions = stats[0];
643 list[0].residency_in_msec_since_boot = stats[1];
649 list[0].voters[0].total_time_in_msec_voted_for_since_boot = stats[4];
650 list[0].voters[0].total_number_of_times_voted_since_boot = stats[5];
654 list[0].voters[1].total_time_in_msec_voted_for_since_boot = stats[6];
655 list[0].voters[1].total_number_of_times_voted_since_boot = stats[7];
659 list[0].voters[2].total_time_in_msec_voted_for_since_boot = stats[8];
660 list[0].voters[2].total_number_of_times_voted_since_boot = stats[9];
664 list[1].total_transitions = stats[2];
665 list[1].residency_in_msec_since_boot = stats[3];