Lines Matching defs:pos
334 struct dso *pos;
343 dsos__for_each_with_build_id(pos, &machine->dsos.head) {
348 if (!pos->hit && !dso__is_vdso(pos))
351 if (dso__is_vdso(pos)) {
352 name = pos->short_name;
353 name_len = pos->short_name_len;
354 } else if (dso__is_kcore(pos)) {
358 name = pos->long_name;
359 name_len = pos->long_name_len;
362 in_kernel = pos->kernel ||
365 err = write_buildid(name, name_len, &pos->bid, machine->pid,
385 struct machine *pos = rb_entry(nd, struct machine, rb_node);
386 err = machine__write_buildid_table(pos, fd);
395 struct dso *pos;
397 list_for_each_entry(pos, head, node)
398 pos->hit = true;
419 struct machine *pos = rb_entry(nd, struct machine, rb_node);
421 err = machine__hit_all_dsos(pos);
969 struct machine *pos = rb_entry(nd, struct machine, rb_node);
971 ret |= machine__for_each_dso(pos, fn, priv);
1005 struct machine *pos = rb_entry(nd, struct machine, rb_node);
1006 ret |= machine__read_build_ids(pos, with_hits);