Lines Matching defs:get_counters
2071 * get_counters(...)
2075 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
2084 fprintf(outf, "get_counters: Could not migrate to CPU %d\n", cpu);
3545 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
3568 retval = for_all_cpus(get_counters, ODD_COUNTERS);
3591 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
6160 status = for_all_cpus(get_counters, EVEN_COUNTERS);
6164 /* clear affinity side-effect of get_counters() */
6192 for_all_cpus(get_counters, ODD_COUNTERS);
6214 status = for_all_cpus(get_counters, ODD_COUNTERS);