Lines Matching refs:hists
19 struct hists *hists = he->hists; in __hpp__fmt() local
20 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt()
25 if (hists->stats.total_period) in __hpp__fmt()
27 hists->stats.total_period; in __hpp__fmt()
42 u64 total = pair->hists->stats.total_period; in __hpp__fmt()
47 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
240 struct hists *hists) in hist_entry__sort_snprintf() argument
252 hists__col_len(hists, se->se_width_idx)); in hist_entry__sort_snprintf()
261 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() argument
267 .ptr = hists_to_evsel(hists), in hists__sort_list_width()
279 ret += 2 + hists__col_len(hists, se->se_width_idx); in hists__sort_list_width()