Home | History | Annotate | Download | only in tests

Lines Matching defs:al

201 	struct addr_location al;
221 if (perf_event__preprocess_sample(&event, machine, &al,
225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
229 fake_common_samples[k].thread = al.thread;
230 fake_common_samples[k].map = al.map;
231 fake_common_samples[k].sym = al.sym;
243 if (perf_event__preprocess_sample(&event, machine, &al,
247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
251 fake_samples[i][k].thread = al.thread;
252 fake_samples[i][k].map = al.map;
253 fake_samples[i][k].sym = al.sym;