Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:hists

68 	he = __hists__add_entry(&evsel->hists, al, NULL, 1);
82 evsel->hists.stats.total_period += sample->period;
83 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE);
117 static void hists__find_annotations(struct hists *self, int evidx)
205 struct hists *hists = &pos->hists;
206 u32 nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE];
210 hists__collapse_resort(hists);
211 hists__output_resort(hists);
212 hists__find_annotations(hists, pos->idx);