Searched refs:ann (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 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() [all …]
|