Lines Matching refs:al
129 static void process_branch_stack(struct branch_stack *bs, struct addr_location *al, in process_branch_stack() argument
139 bi = sample__resolve_bstack(sample, al); in process_branch_stack()
156 struct addr_location *al __maybe_unused, in hist_iter__branch_callback()
180 struct addr_location *al __maybe_unused, in process_branch_callback()
204 hist__account_cycles(sample->branch_stack, al, sample, false); in process_branch_callback()
217 struct addr_location *al, in perf_evsel__add_sample() argument
227 (al->sym == NULL || in perf_evsel__add_sample()
228 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) { in perf_evsel__add_sample()
234 if (al->sym != NULL) { in perf_evsel__add_sample()
235 rb_erase_cached(&al->sym->rb_node, in perf_evsel__add_sample()
236 &al->map->dso->symbols); in perf_evsel__add_sample()
237 symbol__delete(al->sym); in perf_evsel__add_sample()
238 dso__reset_find_symbol_cache(al->map->dso); in perf_evsel__add_sample()
247 process_branch_stack(sample->branch_stack, al, sample); in perf_evsel__add_sample()
250 return process_branch_callback(evsel, sample, al, ann, machine); in perf_evsel__add_sample()
252 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true); in perf_evsel__add_sample()
256 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in perf_evsel__add_sample()
268 struct addr_location al; in process_sample_event() local
271 if (machine__resolve(machine, &al, sample) < 0) { in process_sample_event()
280 if (!al.filtered && in process_sample_event()
281 perf_evsel__add_sample(evsel, sample, &al, ann, machine)) { in process_sample_event()
287 addr_location__put(&al); in process_sample_event()