Lines Matching defs:hists
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
103 evsel->hists.stats.total_period += sample->period;
104 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
211 static size_t hists__fprintf_nr_sample_events(struct hists *self,
231 struct hists *hists = &pos->hists;
234 if (rb_first(&hists->entries) != rb_last(&hists->entries))
237 hists__fprintf_nr_sample_events(hists, evname, stdout);
238 hists__fprintf(hists, NULL, false, stdout);
315 struct hists *hists = &pos->hists;
317 hists__collapse_resort(hists);
318 hists__output_resort(hists);
319 nr_samples += hists->stats.nr_events[PERF_RECORD_SAMPLE];