Searched refs:pkg_any_gfxe_c0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 210 unsigned long long pkg_any_gfxe_c0; member 964 outp += sprintf(outp, "Any GFX: %016llX\n", p->pkg_any_gfxe_c0); in dump_counters() 1222 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_any_gfxe_c0/tsc); in format_counters() 1342 old->pkg_any_gfxe_c0 = new->pkg_any_gfxe_c0 - old->pkg_any_gfxe_c0; in delta_package() 1558 p->pkg_any_gfxe_c0 = 0; in clear_counters() 1655 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters() 1729 average.packages.pkg_any_gfxe_c0 / in compute_average() [all...] |
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 387 unsigned long long pkg_any_gfxe_c0; member 1063 outp += sprintf(outp, "Any GFX: %016llX\n", p->pkg_any_gfxe_c0); in dump_counters() 1325 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_any_gfxe_c0 / tsc); in format_counters() 1461 old->pkg_any_gfxe_c0 = new->pkg_any_gfxe_c0 - old->pkg_any_gfxe_c0; in delta_package() 1679 p->pkg_any_gfxe_c0 = 0; in clear_counters() 1780 average.packages.pkg_any_gfxe_c0 += p->pkg_any_gfxe_c0; in sum_counters() 1856 average.packages.pkg_any_gfxe_c0 / in compute_average() [all...] |
Completed in 10 milliseconds