Lines Matching defs:stats
741 uint64_t stats[sizeof(parameter_names)] = {0};
748 ret = extract_stats(stats, RPM_STAT, RPM_PARAMETERS, 0);
754 ret = extract_stats(stats, RPM_MASTER_STAT, NUM_PARAMETERS, RPM_PARAMETERS);
762 list[0].total_transitions = stats[0];
763 list[0].residency_in_msec_since_boot = stats[1];
769 list[0].voters[0].total_time_in_msec_voted_for_since_boot = stats[4];
770 list[0].voters[0].total_number_of_times_voted_since_boot = stats[5];
774 list[0].voters[1].total_time_in_msec_voted_for_since_boot = stats[6];
775 list[0].voters[1].total_number_of_times_voted_since_boot = stats[7];
779 list[0].voters[2].total_time_in_msec_voted_for_since_boot = stats[8];
780 list[0].voters[2].total_number_of_times_voted_since_boot = stats[9];
784 list[0].voters[3].total_time_in_msec_voted_for_since_boot = stats[10];
785 list[0].voters[3].total_number_of_times_voted_since_boot = stats[11];
789 list[1].total_transitions = stats[2];
790 list[1].residency_in_msec_since_boot = stats[3];