Home
last modified time | relevance | path

Searched refs:ann (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-annotate.c52 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()
[all …]