Lines Matching refs:hists
34 struct hists *hists = he->hists; in __hpp__color_fmt() local
35 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__color_fmt()
37 if (hists->stats.total_period) in __hpp__color_fmt()
38 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt()
51 u64 total = pair->hists->stats.total_period; in __hpp__color_fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__color_fmt()
201 static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists, in perf_gtk__show_hists() argument
219 .ptr = hists_to_evsel(hists), in perf_gtk__show_hists()
280 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in perf_gtk__show_hists()
284 hists->stats.total_period; in perf_gtk__show_hists()
310 hists__col_len(hists, se->se_width_idx)); in perf_gtk__show_hists()
321 total = hists->stats.total_period; in perf_gtk__show_hists()
379 struct hists *hists = &pos->hists; in perf_evlist__gtk_browse_hists() local
402 perf_gtk__show_hists(scrolled_window, hists, min_pcnt); in perf_evlist__gtk_browse_hists()