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