Searched refs:ppmt (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2765 struct pmt_counter *ppmt; in print_header() local 2828 ppmt = sys.pmt_tp; in print_header() 2829 while (ppmt) { in print_header() 2830 switch (ppmt->type) { in print_header() 2832 …outp += print_name(pmt_counter_get_width(ppmt), &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->… in print_header() 2837 outp += print_name(32, &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->format); in print_header() 2841 ppmt = ppmt->next; in print_header() 2876 ppmt = sys.pmt_cp; in print_header() 2877 while (ppmt) { in print_header() 2878 switch (ppmt->type) { in print_header() [all …]
|