Searched refs:tdp (Results 1 – 4 of 4) sorted by relevance
/tools/power/x86/intel-speed-select/ |
D | isst.h | 98 int tdp; member
|
D | isst-core.c | 295 pbf_info->tdp = resp & 0xffff; in isst_get_pbf_info()
|
D | isst-display.c | 212 snprintf(value, sizeof(value), "%d", pbf_info->tdp); in _isst_pbf_display_information()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 3865 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()
|