Lines Matching defs:al
257 struct addr_location al;
273 al.filtered = false;
275 MAP__FUNCTION, thread->pid, ip, &al, NULL);
276 if (al.sym != NULL) {
278 symbol__match_parent_regex(al.sym))
279 *parent = al.sym;
285 ip, al.map, al.sym);
1221 struct addr_location al;
1226 if (perf_event__preprocess_sample(event, session, &al, sample,
1235 if (perf_session__resolve_callchain(session, al.thread,
1264 if (al.sym && al.sym->name)
1265 symname = al.sym->name;
1269 if (al.map && al.map->dso && al.map->dso->name)
1270 dsoname = al.map->dso->name;
1274 printf("%16" PRIx64 " %s (%s)", al.addr, symname, dsoname);