Lines Matching defs:width
401 int width;
424 int width = hists__col_len(hists, se->se_width_idx);
427 width = MIN(width, SYMBOL_WIDTH);
429 return width;
446 c2c_fmt->dim->width;
456 int width = c2c_width(fmt, hpp, hists);
480 return scnprintf(hpp->buf, hpp->size, "%*s", width, text);
500 int width = c2c_width(fmt, hpp, he->hists);
506 return scnprintf(hpp->buf, hpp->size, "%*s", width, HEX_STR(buf, addr));
514 int width = c2c_width(fmt, hpp, he->hists);
520 return scnprintf(hpp->buf, hpp->size, "%*s", width, c2c_he->nodestr);
528 int width = c2c_width(fmt, hpp, he->hists);
531 return scnprintf(hpp->buf, hpp->size, "%*lu", width, c2c_he->paddr_cnt);
538 int width = c2c_width(fmt, hpp, he->hists);
544 return scnprintf(hpp->buf, hpp->size, "%*s", width, HEX_STR(buf, addr));
566 int width = c2c_width(fmt, hpp, he->hists);
572 return scnprintf(hpp->buf, hpp->size, "%*s", width, HEX_STR(buf, addr));
587 int width = c2c_width(fmt, hpp, he->hists);
593 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm);
620 int width = c2c_width(fmt, hpp, he->hists); \
623 return scnprintf(hpp->buf, hpp->size, "%*u", width, \
683 int width = c2c_width(fmt, hpp, he->hists);
689 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);
734 int width = c2c_width(fmt, hpp, he->hists);
740 return scnprintf(hpp->buf, hpp->size, "%*" PRIu64, width, tot_recs);
768 int width = c2c_width(fmt, hpp, he->hists);
776 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", width - 1, per);
778 return hpp_color_scnprintf(hpp, "%*.2f%%", width - 1, per);
825 int width = c2c_width(fmt, hpp, he->hists);
831 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
900 int width = c2c_width(fmt, hpp, he->hists);
904 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
931 int width = c2c_width(fmt, hpp, he->hists);
935 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
962 int width = c2c_width(fmt, hpp, he->hists);
966 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
993 int width = c2c_width(fmt, hpp, he->hists);
997 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1027 int width = c2c_width(fmt, hpp, he->hists);
1029 return scnprintf(hpp->buf, hpp->size, "%*d", width, he->thread->pid_);
1149 int width = c2c_width(fmt, hpp, he->hists);
1153 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1174 int width = c2c_width(fmt, hpp, he->hists);
1180 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1188 int width = c2c_width(fmt, hpp, he->hists);
1194 return scnprintf(hpp->buf, hpp->size, "%*s", width, buf);
1201 int width = c2c_width(fmt, hpp, he->hists);
1203 return scnprintf(hpp->buf, hpp->size, "%*s", width, "");
1246 .width = 18,
1254 .width = 4,
1262 .width = 6,
1272 .width = 18,
1280 .width = 4,
1288 .width = 18,
1296 .width = 7,
1304 .width = 7,
1312 .width = 7,
1320 .width = 7,
1328 .width = 7,
1336 .width = 7,
1344 .width = 7,
1352 .width = 7,
1360 .width = 7,
1368 .width = 7,
1376 .width = 7,
1384 .width = 7,
1392 .width = 7,
1400 .width = 8,
1408 .width = 8,
1416 .width = 7,
1424 .width = 7,
1438 .width = 7,
1447 .width = 7,
1456 .width = 7,
1465 .width = 7,
1474 .width = 7,
1482 .width = 8,
1490 .width = 8,
1498 .width = 7,
1528 .width = 4,
1536 .width = 8,
1544 .width = 8,
1552 .width = 8,
1560 .width = 8,
1573 .width = 5,
1581 .width = 5,
1589 .width = 5,
1730 fmt->width = c2c_width;
1906 if (len > dim->width)
1907 dim->width = len;
2483 dim_offset.width = 5;
2491 buf = fill_line("Cacheline", dim_dcacheline.width +
2492 dim_dcacheline_node.width +
2493 dim_dcacheline_count.width + 4);
2500 buf = fill_line(nodestr, dim_offset.width +
2501 dim_offset_node.width +
2502 dim_dcacheline_count.width + 4);