Lines Matching refs:width
137 int width; member
144 .width = 14,
148 .width = 14,
152 .width = 7,
156 .width = 7,
160 .width = 14,
164 .width = 14,
168 .width = MAX_COL_WIDTH,
172 .width = 70,
176 .width = NUM_SPARKS + 9,
1339 struct perf_hpp *hpp, int width) in cycles_printf() argument
1379 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf); in cycles_printf()
1699 int width = 0; in init_header() local
1703 width = columns[dfmt->idx].width; in init_header()
1712 dfmt->header_width = width; in init_header()
1713 width = (int) strlen(NAME); in init_header()
1714 if (dfmt->header_width < width) in init_header()
1715 dfmt->header_width = width; in init_header()
1733 fmt->width = hpp__width; in data__hpp_register()