Searched refs:pkg_both_core_gfxe_c0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 211 unsigned long long pkg_both_core_gfxe_c0; member 965 outp += sprintf(outp, "CPU + GFX: %016llX\n", p->pkg_both_core_gfxe_c0); in dump_counters() 1224 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_both_core_gfxe_c0/tsc); in format_counters() 1344 old->pkg_both_core_gfxe_c0 = new->pkg_both_core_gfxe_c0 - old->pkg_both_core_gfxe_c0; in delta_package() 1559 p->pkg_both_core_gfxe_c0 = 0; in clear_counters() 1657 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters() 1731 average.packages.pkg_both_core_gfxe_c0 / in compute_average() [all...] |
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 388 unsigned long long pkg_both_core_gfxe_c0; member 1064 outp += sprintf(outp, "CPU + GFX: %016llX\n", p->pkg_both_core_gfxe_c0); in dump_counters() 1327 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pkg_both_core_gfxe_c0 / tsc); in format_counters() 1463 old->pkg_both_core_gfxe_c0 = new->pkg_both_core_gfxe_c0 - old->pkg_both_core_gfxe_c0; in delta_package() 1680 p->pkg_both_core_gfxe_c0 = 0; in clear_counters() 1782 average.packages.pkg_both_core_gfxe_c0 += p->pkg_both_core_gfxe_c0; in sum_counters() 1858 average.packages.pkg_both_core_gfxe_c0 / in compute_average() [all...] |
Completed in 10 milliseconds