Lines Matching refs:hists
374 if (!hists__has(left->hists, dso)) { in sort__sym_cmp()
1112 evsel = hists_to_evsel(he->hists); in get_trace_output()
1135 evsel = hists_to_evsel(left->hists); in sort__trace_cmp()
1152 evsel = hists_to_evsel(he->hists); in hist_entry__trace_snprintf()
2708 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width() argument
2716 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width()
2720 struct hists *hists, int line, in __sort__hpp_header() argument
2727 if (line == hists->hpp_list->nr_header_lines - 1) in __sort__hpp_header()
2733 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header()
2740 struct hists *hists) in __sort__hpp_width() argument
2748 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width()
2762 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry()
2985 struct hists *hists __maybe_unused) in perf_hpp__defined_dynamic_entry()
3064 struct hists *hists __maybe_unused, in __sort__hde_header()
3081 struct hists *hists __maybe_unused) in __sort__hde_width()
3094 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__defined_dynamic_entry() argument
3100 return hists_to_evsel(hists) == hde->evsel; in perf_hpp__defined_dynamic_entry()