Lines Matching full:machine
13 #include "machine.h"
132 typedef int (*synth_cb)(struct machine *machine);
134 static int synth_all(struct machine *machine) in synth_all() argument
138 machine, 1, 0, 1); in synth_all()
141 static int synth_process(struct machine *machine) in synth_process() argument
150 machine, 1, 0); in synth_process()
158 struct machine *machine; in mmap_events() local
170 machine = machine__new_host(); in mmap_events()
174 err = synth(machine); in mmap_events()
190 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
208 machine__delete_threads(machine); in mmap_events()
209 machine__delete(machine); in mmap_events()