Lines Matching refs:se
408 struct sort_entry *se; member
428 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width() argument
430 int width = hists__col_len(hists, se->se_width_idx); in symbol_width()
449 return symbol_width(hists, dim->se); in c2c_width()
451 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width()
467 if (dim->se) { in c2c_header()
471 text = dim->se->se_header; in c2c_header()
1517 .se = &sort_thread,
1522 .se = &sort_sym,
1528 .se = &sort_dso,
1578 .se = &sort_srcline,
1690 len = hists__col_len(he->hists, dim->se->se_width_idx); in c2c_se_entry()
1693 len = symbol_width(he->hists, dim->se); in c2c_se_entry()
1696 return dim->se->se_snprintf(he, hpp->buf, hpp->size, len); in c2c_se_entry()
1705 return dim->se->se_cmp(a, b); in c2c_se_cmp()
1715 collapse_fn = dim->se->se_collapse ?: dim->se->se_cmp; in c2c_se_collapse()
1738 fmt->cmp = dim->se ? c2c_se_cmp : dim->cmp; in get_format()
1739 fmt->sort = dim->se ? c2c_se_cmp : dim->cmp; in get_format()
1740 fmt->color = dim->se ? NULL : dim->color; in get_format()
1741 fmt->entry = dim->se ? c2c_se_entry : dim->entry; in get_format()
1744 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()