Searched refs:ppmt (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2913 struct pmt_counter *ppmt; in print_header() local 2984 ppmt = sys.pmt_tp; in print_header() 2985 while (ppmt) { in print_header() 2986 switch (ppmt->type) { in print_header() 2988 …outp += print_name(pmt_counter_get_width(ppmt), &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->… in print_header() 2993 outp += print_name(32, &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->format); in print_header() 2997 ppmt = ppmt->next; in print_header() 3032 ppmt = sys.pmt_cp; in print_header() 3033 while (ppmt) { in print_header() 3034 switch (ppmt->type) { in print_header() [all …]
|