Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c178 struct perf_annotate *ann, in process_branch_callback() argument
201 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
205 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument
207 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
213 struct perf_annotate *ann, in perf_evsel__add_sample() argument
220 if ((!ann->has_br_stack || !has_annotation(ann)) && in perf_evsel__add_sample()
221 ann->sym_hist_filter != NULL && in perf_evsel__add_sample()
223 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in perf_evsel__add_sample()
244 if (ann->has_br_stack && has_annotation(ann)) in perf_evsel__add_sample()
245 return process_branch_callback(evsel, sample, al, ann, machine); in perf_evsel__add_sample()
[all …]