Lines Matching refs:width
18 int width; member
22 .width = 15,
26 .width = 14,
30 .width = 11,
34 .width = 10,
38 .width = 70,
42 .width = 20,
46 .width = 30,
186 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_column_header()
196 return block_fmt->width; in block_column_width()
199 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
204 width - 1, pct); in color_pct()
207 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, pct); in color_pct()
221 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_total_cycles_pct_entry()
263 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_cycles_lbr_entry()
280 return color_pct(hpp, block_fmt->width, 100.0 * ratio); in block_cycles_pct_entry()
294 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_avg_cycles_entry()
326 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_range_entry()
336 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
340 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
351 block_fmt->width = block_columns[block_fmt->idx].width; in init_block_header()
354 fmt->width = block_column_width; in init_block_header()
370 ret = scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_branch_counter_entry()