Lines Matching refs:ann
52 struct perf_annotate *ann) in perf_evsel__add_sample() argument
58 if (ann->sym_hist_filter != NULL && in perf_evsel__add_sample()
60 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in perf_evsel__add_sample()
90 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); in process_sample_event() local
100 if (ann->cpu_list && !test_bit(sample->cpu, ann->cpu_bitmap)) in process_sample_event()
103 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
115 struct perf_annotate *ann) in hist_entry__tty_annotate() argument
118 ann->print_line, ann->full_paths, 0, 0); in hist_entry__tty_annotate()
123 struct perf_annotate *ann) in hists__find_annotations() argument
159 if (!ret || !ann->skip_missing) in hists__find_annotations()
168 if (!ann->skip_missing) in hists__find_annotations()
184 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()
197 static int __cmd_annotate(struct perf_annotate *ann) in __cmd_annotate() argument
200 struct perf_session *session = ann->session; in __cmd_annotate()
206 if (ann->cpu_list) { in __cmd_annotate()
207 ret = perf_session__cpu_bitmap(session, ann->cpu_list, in __cmd_annotate()
208 ann->cpu_bitmap); in __cmd_annotate()
251 hists__find_annotations(hists, pos, ann); in __cmd_annotate()