Lines Matching defs:machine
49 struct machine *machine)
52 struct thread *thread = machine__findnew_thread(machine, sample->pid,
74 struct machine *machine)
76 struct thread *thread = machine__findnew_thread(machine,
84 machine__remove_thread(machine, thread);
330 static int machine__write_buildid_table(struct machine *machine,
338 if (!machine__is_host(machine)) {
343 dsos__for_each_with_build_id(pos, &machine->dsos.head) {
355 name = machine->mmap_name;
365 err = write_buildid(name, name_len, &pos->bid, machine->pid,
385 struct machine *pos = rb_entry(nd, struct machine, rb_node);
403 static int machine__hit_all_dsos(struct machine *machine)
405 return __dsos__hit_all(&machine->dsos.head);
419 struct machine *pos = rb_entry(nd, struct machine, rb_node);
916 static int dso__cache_build_id(struct dso *dso, struct machine *machine,
932 name = machine->mmap_name;
935 if (!machine__is_host(machine)) {
936 if (*machine->root_dir) {
937 root_dir = machine->root_dir;
969 struct machine *pos = rb_entry(nd, struct machine, rb_node);
993 static bool machine__read_build_ids(struct machine *machine, bool with_hits)
995 return __dsos__read_build_ids(&machine->dsos.head, with_hits);
1005 struct machine *pos = rb_entry(nd, struct machine, rb_node);