Home
last modified time | relevance | path

Searched refs:tdp (Results 1 – 4 of 4) sorted by relevance

/tools/power/x86/intel-speed-select/
Disst.h98 int tdp; member
Disst-core.c295 pbf_info->tdp = resp & 0xffff; in isst_get_pbf_info()
Disst-display.c212 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
/tools/power/x86/turbostat/
Dturbostat.c3865 double tdp; in rapl_probe_intel() local
3991 tdp = get_tdp_intel(model); in rapl_probe_intel()
3993 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_intel()
3995 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_intel()
4003 double tdp; in rapl_probe_amd() local
4037 tdp = get_tdp_amd(family); in rapl_probe_amd()
4039 rapl_joule_counter_range = 0xFFFFFFFF * rapl_energy_units / tdp; in rapl_probe_amd()
4041 …rintf(outf, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, tdp); in rapl_probe_amd()