Lines Matching defs:thread
27 #include "util/thread.h"
64 /* Thread ID of QEMU thread */
72 /* Thread ID of QEMU thread */
416 struct thread *thread;
422 thread = machine__findnew_thread(machine, pid, tid);
423 if (thread == NULL) {
429 nsi = nsinfo__get(thread__nsinfo(thread));
442 dso = machine__findnew_vdso(machine, thread);
455 thread__put(thread);
753 struct thread *thread;
756 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
757 if (thread == NULL) {
763 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) {
773 thread__put(thread);
910 * QEMU option -name debug-threads=on, causes thread names formatted as
912 * default. Here we rely on it to tell us which thread is which VCPU.
1089 /* Guest event is per-thread from the host point of view */