|
@@ -188,6 +188,8 @@ static inline bool machine__is_host(struct machine *machine)
|
|
return machine ? machine->pid == HOST_KERNEL_ID : false;
|
|
return machine ? machine->pid == HOST_KERNEL_ID : false;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+bool machine__is(struct machine *machine, const char *arch);
|
|
|
|
+
|
|
struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
|
struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
|
struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
|
struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
|
|
|
|