Lines Matching defs:al
52 struct addr_location *al)
58 (al->sym == NULL || strcmp(sym_hist_filter, al->sym->name) != 0)) {
60 if (al->sym != NULL) {
61 rb_erase(&al->sym->rb_node,
62 &al->map->dso->symbols[al->map->type]);
63 symbol__delete(al->sym);
68 he = __hists__add_entry(&evsel->hists, al, NULL, 1);
79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
92 struct addr_location al;
94 if (perf_event__preprocess_sample(event, session, &al, sample,
101 if (!al.filtered &&
102 perf_evlist__add_sample(session->evlist, sample, evsel, &al)) {