Lines Matching defs:get_counters
1888 * get_counters(...)
1892 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p)
1901 fprintf(outf, "get_counters: Could not migrate to CPU %d\n", cpu);
3339 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
3362 retval = for_all_cpus(get_counters, ODD_COUNTERS);
3385 retval = for_all_cpus(get_counters, EVEN_COUNTERS);
5657 status = for_all_cpus(get_counters, EVEN_COUNTERS);
5661 /* clear affinity side-effect of get_counters() */
5689 for_all_cpus(get_counters, ODD_COUNTERS);
5711 status = for_all_cpus(get_counters, ODD_COUNTERS);