Searched refs:ppmt (Results 1 – 1 of 1) sorted by relevance
2209 struct pmt_counter *ppmt; in print_header() local2282 ppmt = sys.pmt_tp; in print_header()2283 while (ppmt) { in print_header()2284 switch (ppmt->type) { in print_header()2286 if (pmt_counter_get_width(ppmt) <= 32) in print_header()2287 outp += sprintf(outp, "%s%10.10s", (printed++ ? delim : ""), ppmt->name); in print_header()2289 outp += sprintf(outp, "%s%18.18s", (printed++ ? delim : ""), ppmt->name); in print_header()2294 outp += sprintf(outp, "%s%s", delim, ppmt->name); in print_header()2298 ppmt = ppmt->next; in print_header()2356 ppmt = sys.pmt_cp; in print_header()[all …]