Searched refs:ppmt (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2870 struct pmt_counter *ppmt; in print_header() local 2939 ppmt = sys.pmt_tp; in print_header() 2940 while (ppmt) { in print_header() 2941 switch (ppmt->type) { in print_header() 2943 …outp += print_name(pmt_counter_get_width(ppmt), &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->… in print_header() 2948 outp += print_name(32, &printed, delim, ppmt->name, COUNTER_ITEMS, ppmt->format); in print_header() 2952 ppmt = ppmt->next; in print_header() 2987 ppmt = sys.pmt_cp; in print_header() 2988 while (ppmt) { in print_header() 2989 switch (ppmt->type) { in print_header() [all …]
|