Searched refs:dts (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 1659 unsigned int dts; in print_thermal() local 1680 dts = (msr >> 16) & 0x7F; in print_thermal() 1682 cpu, msr, tcc_activation_temp - dts); in print_thermal() 1688 dts = (msr >> 16) & 0x7F; in print_thermal() 1691 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); in print_thermal() 1702 dts = (msr >> 16) & 0x7F; in print_thermal() 1705 cpu, msr, tcc_activation_temp - dts, resolution); in print_thermal() 1711 dts = (msr >> 16) & 0x7F; in print_thermal() 1714 cpu, msr, tcc_activation_temp - dts, tcc_activation_temp - dts2); in print_thermal()
|