Lines Matching full:machine
14 #include "machine.h"
133 typedef int (*synth_cb)(struct machine *machine);
135 static int synth_all(struct machine *machine) in synth_all() argument
139 machine, 1, 0, 1); in synth_all()
142 static int synth_process(struct machine *machine) in synth_process() argument
151 machine, 1, 0); in synth_process()
160 struct machine *machine; in mmap_events() local
173 machine = machine__new_host(&host_env); in mmap_events()
177 err = synth(machine); in mmap_events()
194 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
214 machine__delete(machine); in mmap_events()