Lines Matching defs:stats
617 uint64_t stats[sizeof(parameter_names)] = {0};
624 ret = extract_stats(stats, RPM_STAT, RPM_PARAMETERS, 0);
630 ret = extract_stats(stats, RPM_MASTER_STAT, NUM_PARAMETERS, 4);
638 list[0].total_transitions = stats[0];
639 list[0].residency_in_msec_since_boot = stats[1];
645 list[0].voters[0].total_time_in_msec_voted_for_since_boot = stats[4];
646 list[0].voters[0].total_number_of_times_voted_since_boot = stats[5];
650 list[0].voters[1].total_time_in_msec_voted_for_since_boot = stats[6];
651 list[0].voters[1].total_number_of_times_voted_since_boot = stats[7];
655 list[0].voters[2].total_time_in_msec_voted_for_since_boot = stats[8];
656 list[0].voters[2].total_number_of_times_voted_since_boot = stats[9];
660 list[1].total_transitions = stats[2];
661 list[1].residency_in_msec_since_boot = stats[3];