Searched refs:ann (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-annotate.c | 181 struct perf_annotate *ann, in process_branch_callback() argument 206 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback() 210 static bool has_annotation(struct perf_annotate *ann) in has_annotation() argument 212 return ui__has_annotation() || ann->use_stdio2; in has_annotation() 218 struct perf_annotate *ann, in perf_evsel__add_sample() argument 225 if ((!ann->has_br_stack || !has_annotation(ann)) && in perf_evsel__add_sample() 226 ann->sym_hist_filter != NULL && in perf_evsel__add_sample() 228 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in perf_evsel__add_sample() 249 if (ann->has_br_stack && has_annotation(ann)) in perf_evsel__add_sample() 250 return process_branch_callback(evsel, sample, al, ann, machine); in perf_evsel__add_sample() [all …]
|