Lines Matching defs:al
132 u64 ip, struct addr_location *al)
140 if (al && al->sym && al->sym->namelen) {
141 struct dso *dso = al->map ? map__dso(al->map) : NULL;
144 output_json_key_string(out, false, 5, "symbol", al->sym->name);
167 struct addr_location al;
171 addr_location__init(&al);
172 if (machine__resolve(machine, &al, sample) < 0) {
174 addr_location__exit(&al);
192 output_json_key_format(out, true, 3, "pid", "%i", thread__pid(al.thread));
193 output_json_key_format(out, true, 3, "tid", "%i", thread__tid(al.thread));
197 else if (thread__cpu(al.thread) >= 0)
198 output_json_key_format(out, true, 3, "cpu", "%i", thread__cpu(al.thread));
200 output_json_key_string(out, true, 3, "comm", thread__comm_str(al.thread));
237 ok = thread__find_symbol(al.thread, cpumode, ip, &tal);
242 output_sample_callchain_entry(tool, sample->ip, &al);
268 addr_location__exit(&al);