tsc_tweak 71 tools/power/x86/turbostat/turbostat.c double tsc_tweak = 1.0; tsc_tweak 922 tools/power/x86/turbostat/turbostat.c tsc = t->tsc * tsc_tweak; tsc_tweak 1362 tools/power/x86/turbostat/turbostat.c if ((old->mperf + core_delta->c3 + core_delta->c6 + core_delta->c7) > (old->tsc * tsc_tweak)) tsc_tweak 1366 tools/power/x86/turbostat/turbostat.c old->c1 = (old->tsc * tsc_tweak) - old->mperf - core_delta->c3 tsc_tweak 2065 tools/power/x86/turbostat/turbostat.c tsc_tweak = base_hz / tsc_hz;