Home | History | Annotate | Download | only in perf

Lines Matching defs:hists

66 	he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
79 evsel->hists.stats.total_period += sample->period;
80 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
119 static void hists__find_annotations(struct hists *self,
229 struct hists *hists = &pos->hists;
230 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE];
234 hists__collapse_resort(hists);
235 hists__output_resort(hists);
241 hists__find_annotations(hists, pos, ann);