Lines Matching refs:se
1924 struct sort_entry *se; member
1935 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
1948 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
1963 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
1977 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
1979 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry()
1988 return hse->se->se_cmp(a, b); in __sort__hpp_cmp()
1998 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
2009 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()
2027 return hse->se == &sort_ ## key ; \
2050 return hse_a->se == hse_b->se; in MK_SORT_ENTRY_CHK()
2072 hse->se = sd->entry; in __sort_dimension__alloc_hpp()
2128 if (hse->se->se_filter == NULL) in hist_entry__filter()
2135 r = hse->se->se_filter(he, type, arg); in hist_entry__filter()
3067 if (hse->se->se_width_idx == idx) { in perf_hpp__set_elide()
3127 fmt->elide = get_elide(hse->se->se_width_idx, output); in sort__setup_elide()