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

Lines Matching refs:hists

25 static int hists__add_entry(struct hists *self,
49 if (hists__add_entry(&session->hists, &al, sample->period)) {
54 session->hists.stats.total_period += sample->period;
89 static void hists__resort_entries(struct hists *self)
107 static void hists__set_positions(struct hists *self)
113 static struct hist_entry *hists__find_entry(struct hists *self,
133 static void hists__match(struct hists *older, struct hists *newer)
159 hists__output_resort(&session[1]->hists);
161 hists__set_positions(&session[0]->hists);
163 hists__match(&session[0]->hists, &session[1]->hists);
164 hists__fprintf(&session[1]->hists, &session[0]->hists,