Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dmachine.c432 struct thread *host_thread; in findnew_guest_code() local
447 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code()
448 if (!host_thread) in findnew_guest_code()
457 err = maps__clone(thread, thread__maps(host_thread)); in findnew_guest_code()
458 thread__put(host_thread); in findnew_guest_code()