Lines Matching defs:hists
914 struct hists *hists = evsel__hists(evsel);
936 if (hists->stats.nr_non_filtered_samples)
937 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples;
942 if (hists->stats.total_period)
943 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period;
1670 struct hists *hists = evsel__hists(evsel);
1694 hists__scnprintf_title(hists, buf, sizeof(buf));
2870 struct evsel *evsel = hists_to_evsel(he->hists);
2897 struct evsel *evsel = hists_to_evsel(he->hists);