Lines Matching defs:al
67 struct addr_location al;
86 if (machine__resolve(machine, &al, &sample) < 0)
89 he = hists__add_entry(hists, &al, NULL,
92 addr_location__put(&al);
96 fake_common_samples[k].thread = al.thread;
97 fake_common_samples[k].map = al.map;
98 fake_common_samples[k].sym = al.sym;
105 if (machine__resolve(machine, &al, &sample) < 0)
108 he = hists__add_entry(hists, &al, NULL,
111 addr_location__put(&al);
115 fake_samples[i][k].thread = al.thread;
116 fake_samples[i][k].map = al.map;
117 fake_samples[i][k].sym = al.sym;