Lines Matching defs:thread
11 #include "util/thread.h"
978 struct vcpu_event_record *per_vcpu_record(struct thread *thread,
983 if (!thread__priv(thread) && kvm_entry_event(evsel)) {
993 thread__set_priv(thread, vcpu_record);
996 return thread__priv(thread);
1000 struct thread *thread,
1008 vcpu_record = per_vcpu_record(thread, evsel, sample);
1197 struct thread *thread;
1209 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
1210 if (thread == NULL) {
1216 if (!handle_kvm_event(kvm, thread, evsel, sample))
1219 thread__put(thread);
1909 "per thread proc mmap processing timeout in ms"),