Home
last modified time | relevance | path

Searched refs:mperf (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/intel_pstate/
A Daperf.c28 long long mperf, old_mperf, new_mperf; in main() local
84 mperf = new_mperf-old_mperf; in main()
91 printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total); in main()
/tools/power/cpupower/utils/idle_monitor/
A Didle_monitors.def6 DEF(mperf)
/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument
165 …ime_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(…
213 mperf = search_obj.group(18)
232 load = Decimal(int(mperf)*100)/ Decimal(tsc)
234 …int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, commo…
/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
336 …nt(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(aperf), int(…
448 mperf = search_obj.group(18)
473 load = Decimal(int(mperf)*100)/ Decimal(tsc)
480 …_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, freq_…
/tools/power/x86/turbostat/
A Dturbostat.c2000 unsigned long long mperf; member
3037 outp += sprintf(outp, "mperf: %016llX\n", t->mperf); in dump_counters()
3872 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread()
3874 old->mperf = new->mperf - old->mperf; in delta_thread()
3900 if (old->mperf == 0) { in delta_thread()
3903 old->mperf = 1; /* divide by 0 protection */ in delta_thread()
3987 t->mperf = 0; in clear_counters()
4092 average.threads.mperf += t->mperf; in sum_counters()
4234 average.threads.mperf /= topo.allowed_cpus; in compute_average()
4528 int mperf; member
[all …]

Completed in 30 milliseconds