Lines Matching full:pc6
161 { 0x0, "Pkg%pc6", NULL, 0, 0, 0, NULL, 0 },
290 #define PCL__6 7 /* PC6 */
291 #define PCL_6N 8 /* PC6 No Retention */
292 #define PCL_6R 9 /* PC6 Retention */
527 PC6 = BIT(6), enumerator
538 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
547 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
556 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
568 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
581 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
593 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
606 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
620 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
635 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
649 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
663 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
676 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7,
689 .supported_cstates = CC1 | CC3 | CC6 | PC2 | PC3 | PC6,
705 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
721 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
738 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC8 | PC10,
755 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC10,
772 .supported_cstates = CC1 | CC6 | PC2 | PC6,
787 .supported_cstates = CC1 | CC6 | PC2 | PC6,
803 .supported_cstates = CC1 | CC6 | PC2 | PC6,
818 .supported_cstates = CC1 | CC6 | PC2 | PC6,
847 .supported_cstates = CC1 | CC6 | PC6,
863 .supported_cstates = CC1 | CC6 | PC3 | PC6,
874 .supported_cstates = CC1 | CC3 | CC6 | PC3 | PC6,
884 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
896 .supported_cstates = CC1 | CC6 | PC2 | PC6,
909 .supported_cstates = CC1 | CC3 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
920 .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
944 .supported_cstates = CC1 | CC6 | PC3 | PC6,
1362 .feature_mask = PC6,
1614 unsigned long long pc6; member
2410 outp += sprintf(outp, "%sPkg%%pc6", (printed++ ? delim : "")); in print_header()
2572 outp += sprintf(outp, "pc6: %016llX\n", p->pc6); in dump_counters()
2960 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc6 / tsc); in format_counters()
3159 old->pc6 = new->pc6 - old->pc6; in delta_package()
3443 p->pc6 = 0; in clear_counters()
3593 average.packages.pc6 += p->pc6; in sum_counters()
3688 average.packages.pc6 /= topo.allowed_packages; in compute_average()
4345 PERF_COUNTER_WRITE_DATA(p->pc6, PCSTATE_RCI_INDEX_C6_RESIDENCY); in get_cstate_counters()
4664 "pc3", "pc4", "pc6", "pc6n", "pc6r", "pc7", "pc7s", "pc8", "pc9", "pc10", "unlimited"
5067 if (platform->supported_cstates & PC6) { in print_irtl()