Lines Matching refs:al
112 struct addr_location *al, bool single, in hist_iter__report_callback() argument
126 hist__account_cycles(sample->branch_stack, al, sample, in hist_iter__report_callback()
143 err = hist_entry__inc_addr_samples(he, sample, evsel->idx, al->addr); in hist_iter__report_callback()
148 al->addr); in hist_iter__report_callback()
150 err = hist_entry__inc_addr_samples(he, sample, evsel->idx, al->addr); in hist_iter__report_callback()
158 struct addr_location *al __maybe_unused, in hist_iter__branch_callback()
172 hist__account_cycles(sample->branch_stack, al, sample, in hist_iter__branch_callback()
196 struct addr_location al; in process_sample_event() local
208 if (machine__resolve(machine, &al, sample) < 0) { in process_sample_event()
214 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event()
238 if (al.map != NULL) in process_sample_event()
239 al.map->dso->hit = 1; in process_sample_event()
241 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
245 addr_location__put(&al); in process_sample_event()