Lines Matching defs:thread
11 #include "util/thread.h"
405 struct vcpu_event_record *per_vcpu_record(struct thread *thread,
410 if (!thread__priv(thread) && kvm_entry_event(evsel)) {
420 thread__set_priv(thread, vcpu_record);
423 return thread__priv(thread);
427 struct thread *thread,
435 vcpu_record = per_vcpu_record(thread, evsel, sample);
685 struct thread *thread;
692 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
693 if (thread == NULL) {
699 if (!handle_kvm_event(kvm, thread, evsel, sample))
702 thread__put(thread);
1373 "per thread proc mmap processing timeout in ms"),