Lines Matching refs:hists
23 struct hists *hists = he->hists; in __hpp__fmt() local
24 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt()
30 u64 total = hists__total_period(hists); in __hpp__fmt()
48 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
160 evsel = hists_to_evsel(a->hists); in __hpp__sort()
172 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
177 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
614 unsigned int hists__sort_list_width(struct hists *hists) in hists__sort_list_width() argument
630 ret += fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__sort_list_width()
639 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_width() argument
644 return perf_hpp__reset_sort_width(fmt, hists); in perf_hpp__reset_width()