Home | History | Annotate | Download | only in perf

Lines Matching defs:al

48 				  struct addr_location *al,
55 (al->sym == NULL ||
56 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
58 if (al->sym != NULL) {
59 rb_erase(&al->sym->rb_node,
60 &al->map->dso->symbols[al->map->type]);
61 symbol__delete(al->sym);
66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
91 struct addr_location al;
93 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) {
102 if (!al.filtered && perf_evsel__add_sample(evsel, sample, &al, ann)) {