Home
last modified time | relevance | path

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

/tools/perf/util/
Dmachine.c352 struct thread *host_thread; in findnew_guest_code() local
367 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code()
368 if (!host_thread) in findnew_guest_code()
377 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread)); in findnew_guest_code()
378 thread__put(host_thread); in findnew_guest_code()