Home
last modified time | relevance | path

Searched refs:hse (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dsort.c1746 struct hpp_sort_entry *hse; in perf_hpp__reset_sort_width() local
1751 hse = container_of(fmt, struct hpp_sort_entry, hpp); in perf_hpp__reset_sort_width()
1752 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
1759 struct hpp_sort_entry *hse; in __sort__hpp_header() local
1762 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_header()
1765 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
1774 struct hpp_sort_entry *hse; in __sort__hpp_width() local
1777 hse = container_of(fmt, struct hpp_sort_entry, hpp); in __sort__hpp_width()
1780 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
1788 struct hpp_sort_entry *hse; in __sort__hpp_entry() local
[all …]