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

/linux-master/tools/perf/util/
H A Dmachine.c378 struct thread *host_thread; local
393 host_thread = machine__find_thread(host_machine, -1, pid);
394 if (!host_thread)
403 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread));
404 thread__put(host_thread);

Completed in 185 milliseconds