Lines Matching full:pc3
168 { 0x0, "Pkg%pc3", NULL, 0, 0, 0, NULL, 0 },
304 #define PCL__3 5 /* PC3 */
549 PC3 = BIT(5), enumerator
561 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
570 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
579 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
591 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
604 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
616 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
629 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
643 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
658 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
672 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
686 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
699 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
712 .supported_cstates = CC1 | CC3 | CC6 | PC2 | PC3 | PC6,
728 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
744 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
762 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC8 | PC10,
773 /* Copied from adl_features, with PC3/PC8 removed */
889 .supported_cstates = CC1 | CC6 | PC3 | PC6,
900 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
910 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
935 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
946 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
970 .supported_cstates = CC1 | CC6 | PC3 | PC6,
1410 .feature_mask = PC3,
1771 unsigned long long pc3; member
2615 outp += sprintf(outp, "%sPkg%%pc3", (printed++ ? delim : "")); in print_header()
2786 outp += sprintf(outp, "pc3: %016llX\n", p->pc3); in dump_counters()
3199 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc3 / tsc); in format_counters()
3409 old->pc3 = new->pc3 - old->pc3; in delta_package()
3700 p->pc3 = 0; in clear_counters()
3851 average.packages.pc3 += p->pc3; in sum_counters()
3949 average.packages.pc3 /= topo.allowed_packages; in compute_average()
4613 PERF_COUNTER_WRITE_DATA(p->pc3, PCSTATE_RCI_INDEX_C3_RESIDENCY); in get_cstate_counters()
4936 "pc3", "pc4", "pc6", "pc6n", "pc6r", "pc7", "pc7s", "pc8", "pc9", "pc10", "unlimited"
5332 if (platform->supported_cstates & PC3) { in print_irtl()