Lines Matching refs:hists
243 struct hists *hists = evsel__hists(evsel); in evsel__add_sample() local
275 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
280 hists__inc_nr_samples(hists, true); in evsel__add_sample()
408 static void hists__find_annotations(struct hists *hists, in hists__find_annotations() argument
412 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations()
433 u64 total = hists__total_period(hists); in hists__find_annotations()
589 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
590 u32 nr_samples = hists->stats.nr_samples; in __cmd_annotate()
598 hists__collapse_resort(hists, &prog); in __cmd_annotate()
615 struct hists *leader_hists; in __cmd_annotate()
618 hists__match(leader_hists, hists); in __cmd_annotate()
619 hists__link(leader_hists, hists); in __cmd_annotate()
624 hists__find_annotations(hists, pos, ann); in __cmd_annotate()
635 struct hists *hists = evsel__hists(pos); in __cmd_annotate() local
636 u32 nr_samples = hists->stats.nr_samples; in __cmd_annotate()
654 hists__find_annotations(hists, pos, ann); in __cmd_annotate()