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()
85 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool); in process_sample_event() local
94 if (ann->cpu_list && !test_bit(sample->cpu, ann->cpu_bitmap)) in process_sample_event()
97 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) { in process_sample_event()
108 struct perf_annotate *ann) in hist_entry__tty_annotate() argument
111 ann->print_line, ann->full_paths, 0, 0); in hist_entry__tty_annotate()
116 struct perf_annotate *ann) in hists__find_annotations() argument
152 if (!ret || !ann->skip_missing) in hists__find_annotations()
161 if (!ann->skip_missing) in hists__find_annotations()
177 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()
189 static int __cmd_annotate(struct perf_annotate *ann) in __cmd_annotate() argument
192 struct perf_session *session = ann->session; in __cmd_annotate()
198 if (ann->cpu_list) { in __cmd_annotate()
199 ret = perf_session__cpu_bitmap(session, ann->cpu_list, in __cmd_annotate()
200 ann->cpu_bitmap); in __cmd_annotate()
241 hists__find_annotations(hists, pos, ann); in __cmd_annotate()