Lines Matching defs:machine
10 #include "util/machine.h"
85 struct machine *setup_fake_machine(struct machines *machines)
87 struct machine *machine = machines__find(machines, HOST_KERNEL_ID);
90 if (machine == NULL) {
91 pr_debug("Not enough memory for machine setup\n");
98 thread = machine__findnew_thread(machine, fake_threads[i].pid,
124 machine__process_mmap_event(machine, &fake_mmap_event, &sample);
131 dso = machine__findnew_dso(machine, fake_symbols[i].dso_name);
155 return machine;
158 pr_debug("Not enough memory for machine setup\n");
159 machine__delete_threads(machine);