Home
last modified time | relevance | path

Searched refs:mperf_time (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c1914 unsigned long long tsc_before, tsc_between, tsc_after, aperf_time, mperf_time; in get_counters() local
1949 mperf_time = tsc_after - tsc_between; in get_counters()
1955 if ((aperf_time > (2 * mperf_time)) || (mperf_time > (2 * aperf_time))) { in get_counters()
1961 cpu, aperf_time, mperf_time); in get_counters()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c2096 unsigned long long tsc_before, tsc_between, tsc_after, aperf_time, mperf_time; in get_counters() local
2131 mperf_time = tsc_after - tsc_between; in get_counters()
2137 if ((aperf_time > (2 * mperf_time)) || (mperf_time > (2 * aperf_time))) { in get_counters()
2142 warnx("cpu%d jitter %lld %lld", cpu, aperf_time, mperf_time); in get_counters()

Completed in 15 milliseconds