Lines Matching full:pc3

160 	{ 0x0, "Pkg%pc3", NULL, 0, 0, 0, NULL, 0 },
288 #define PCL__3 5 /* PC3 */
526 PC3 = BIT(5), 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,
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,
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,
1352 .feature_mask = PC3,
1613 unsigned long long pc3; member
2408 outp += sprintf(outp, "%sPkg%%pc3", (printed++ ? delim : "")); in print_header()
2570 outp += sprintf(outp, "pc3: %016llX\n", p->pc3); in dump_counters()
2958 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc3 / tsc); in format_counters()
3157 old->pc3 = new->pc3 - old->pc3; in delta_package()
3441 p->pc3 = 0; in clear_counters()
3591 average.packages.pc3 += p->pc3; in sum_counters()
3686 average.packages.pc3 /= topo.allowed_packages; in compute_average()
4344 PERF_COUNTER_WRITE_DATA(p->pc3, PCSTATE_RCI_INDEX_C3_RESIDENCY); in get_cstate_counters()
4664 "pc3", "pc4", "pc6", "pc6n", "pc6r", "pc7", "pc7s", "pc8", "pc9", "pc10", "unlimited"
5060 if (platform->supported_cstates & PC3) { in print_irtl()