Lines Matching defs:machine
48 struct machine *machine)
51 struct thread *thread = machine__findnew_thread(machine, sample->pid,
71 struct machine *machine)
73 struct thread *thread = machine__findnew_thread(machine,
81 machine__remove_thread(machine, thread);
326 static int machine__write_buildid_table(struct machine *machine,
334 if (!machine__is_host(machine)) {
339 dsos__for_each_with_build_id(pos, &machine->dsos.head) {
351 name = machine->mmap_name;
361 err = write_buildid(name, name_len, &pos->bid, machine->pid,
381 struct machine *pos = rb_entry(nd, struct machine, rb_node);
399 static int machine__hit_all_dsos(struct machine *machine)
401 return __dsos__hit_all(&machine->dsos.head);
415 struct machine *pos = rb_entry(nd, struct machine, rb_node);
837 static int dso__cache_build_id(struct dso *dso, struct machine *machine)
845 name = machine->mmap_name;
852 struct machine *machine)
858 if (dso__cache_build_id(pos, machine))
864 static int machine__cache_build_ids(struct machine *machine)
866 return __dsos__cache_build_ids(&machine->dsos.head, machine);
884 struct machine *pos = rb_entry(nd, struct machine, rb_node);
890 static bool machine__read_build_ids(struct machine *machine, bool with_hits)
892 return __dsos__read_build_ids(&machine->dsos.head, with_hits);
902 struct machine *pos = rb_entry(nd, struct machine, rb_node);