Searched refs:ann (Results 1 – 1 of 1) sorted by relevance
/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() 216 struct addr_location *al, struct perf_annotate *ann, in evsel__add_sample() argument 223 if ((!ann->has_br_stack || !has_annotation(ann)) && in evsel__add_sample() 224 ann->sym_hist_filter != NULL && in evsel__add_sample() 226 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in evsel__add_sample() 247 if (ann->has_br_stack && has_annotation(ann)) in evsel__add_sample() 248 return process_branch_callback(evsel, sample, al, ann, machine); in evsel__add_sample() [all …]
|