Searched refs:rapl_joule_counter_range (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 87 double rapl_joule_counter_range; variable 3312 its.it_interval.tv_sec = rapl_joule_counter_range / 2; in msr_sum_record() 4353 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4355 fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4392 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4394 fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 267 double rapl_joule_counter_range; variable 3487 its.it_interval.tv_sec = rapl_joule_counter_range / 2; in msr_sum_record() 4739 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel() 4741 fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel() 4780 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd() 4782 fprintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()
|
Completed in 17 milliseconds