Lines Matching defs:pid
316 event->mmap.filename, event->mmap.pid, &n);
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,
417 event->mmap2.filename, event->mmap2.pid, &n);
441 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid,
566 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
641 u32 pid = evsel__intval(evsel, sample, "pid");
644 if (pid == ent->tid)