rapl_joule_counter_range   86 tools/power/x86/turbostat/turbostat.c double rapl_joule_counter_range;
rapl_joule_counter_range 1069 tools/power/x86/turbostat/turbostat.c 	if (interval_float < rapl_joule_counter_range)
rapl_joule_counter_range 4006 tools/power/x86/turbostat/turbostat.c 	rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp;
rapl_joule_counter_range 4008 tools/power/x86/turbostat/turbostat.c 		fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp);
rapl_joule_counter_range 4052 tools/power/x86/turbostat/turbostat.c 	rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp;
rapl_joule_counter_range 4054 tools/power/x86/turbostat/turbostat.c 		fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp);