mperf_time       1800 tools/power/x86/turbostat/turbostat.c 		unsigned long long tsc_before, tsc_between, tsc_after, aperf_time, mperf_time;
mperf_time       1835 tools/power/x86/turbostat/turbostat.c 		mperf_time = tsc_after - tsc_between;
mperf_time       1841 tools/power/x86/turbostat/turbostat.c 		if ((aperf_time > (2 * mperf_time)) || (mperf_time > (2 * aperf_time))) {
mperf_time       1847 tools/power/x86/turbostat/turbostat.c 					cpu, aperf_time, mperf_time);