Home | History | Annotate | Download | only in perf

Lines Matching defs:ann

49 				  struct perf_annotate *ann)
54 if (ann->sym_hist_filter != NULL &&
56 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
90 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool);
99 if (ann->cpu_list && !test_bit(sample->cpu, ann->cpu_bitmap))
102 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) {
113 struct perf_annotate *ann)
116 ann->print_line, ann->full_paths, 0, 0);
121 struct perf_annotate *ann)
147 if (!ret || !ann->skip_missing)
156 if (!ann->skip_missing)
172 hist_entry__tty_annotate(he, evsel, ann);
185 static int __cmd_annotate(struct perf_annotate *ann)
193 ann->force, false, &ann->tool);
199 if (ann->cpu_list) {
200 ret = perf_session__cpu_bitmap(session, ann->cpu_list,
201 ann->cpu_bitmap);
212 ret = perf_session__process_events(session, &ann->tool);
241 hists__find_annotations(hists, pos, ann);