Home | History | Annotate | Download | only in ui

Lines Matching defs:hists

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