Lines Matching defs:tid
57 u32 tid;
327 static struct dso *findnew_dso(int pid, int tid, const char *filename,
336 thread = machine__findnew_thread(machine, pid, tid);
338 pr_err("cannot find or create a task %d/%d.\n", tid, pid);
378 dso = findnew_dso(event->mmap.pid, event->mmap.tid,
441 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid,
566 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
597 if (sample->tid == ent->tid) {
625 ent->tid = sample->tid;
644 if (pid == ent->tid)