EVEN_COUNTERS
for_all_cpus(get_cpu_type, EVEN_COUNTERS);
status = for_all_cpus(get_counters, EVEN_COUNTERS);
if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS))
compute_average(EVEN_COUNTERS);
format_all_counters(EVEN_COUNTERS);
for_all_cpus(update_msr_sum, EVEN_COUNTERS);
retval = for_all_cpus(get_counters, EVEN_COUNTERS);
if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) {
compute_average(EVEN_COUNTERS);
format_all_counters(EVEN_COUNTERS);
retval = for_all_cpus(get_counters, EVEN_COUNTERS);
if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) {
init_counter(EVEN_COUNTERS, cpu_id);