Home | History | Annotate | Download | only in gtk

Lines Matching defs:hists

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