Lines Matching refs:al
337 struct addr_location al;
341 addr_location__init(&al);
342 if (thread && thread__find_map(thread, PERF_RECORD_MISC_USER, addr, &al)) {
343 al.sym = map__find_symbol(al.map, al.addr);
344 if (al.sym) {
345 fprintf(file, " #%zd %p in %s ", i, stackdump[i], al.sym->name);
352 map__fprintf_srcline(al.map, al.addr, "", file);
354 addr_location__exit(&al);