Lines Matching refs:tid
65 u32 tid;
73 u32 tid;
133 u32 tid;
402 event->mmap.filename, event->mmap.pid, event->mmap.tid, &n);
413 static struct dso *findnew_dso(int pid, int tid, const char *filename,
422 thread = machine__findnew_thread(machine, pid, tid);
424 pr_err("cannot find or create a task %d/%d.\n", tid, pid);
466 dso = findnew_dso(event->mmap.pid, event->mmap.tid,
491 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid,
517 event->mmap2.filename, event->mmap2.pid, event->mmap2.tid, &n);
543 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid,
554 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid,
756 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
790 if (sample->tid == ent->tid) {
818 ent->tid = sample->tid;
838 if (pid == ent->tid)
880 static int guest_session__map_tid(struct guest_session *gs, u32 tid, u32 vcpu)
888 guest_tid->tid = tid;
890 hash = hash_32(guest_tid->tid, PERF_EVLIST__HLIST_BITS);
917 pr_debug("Found VCPU: tid %u comm %s vcpu %u\n",
918 event->comm.tid, event->comm.comm, vcpu);
926 if (guest_vcpu->tid && guest_vcpu->tid != event->comm.tid) {
930 guest_vcpu->tid = event->comm.tid;
932 return guest_session__map_tid(gs, event->comm.tid, vcpu);
1091 sid->tid = gs->vcpu[vcpu].tid;
1127 static struct guest_tid *guest_session__lookup_tid(struct guest_session *gs, u32 tid)
1133 hash = hash_32(tid, PERF_EVLIST__HLIST_BITS);
1137 if (guest_tid->tid == tid)
1673 u32 tid = event->context_switch.next_prev_tid;
1680 guest_tid = guest_session__lookup_tid(gs, tid);