Home
last modified time | relevance | path

Searched refs:host_thread (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dmachine.c390 struct thread *host_thread; in findnew_guest_code() local
405 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code()
406 if (!host_thread) in findnew_guest_code()
415 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread)); in findnew_guest_code()
416 thread__put(host_thread); in findnew_guest_code()