Lines Matching refs:tid
409 if (th->pid_ == th->tid)
428 * tid. Consequently there never should be any maps on a thread
433 th->pid_, th->tid);
442 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid);
453 int pid, int tid)
459 if (th->tid == tid) {
472 int pid, int tid)
477 th = __threads__get_last_match(threads, machine, pid, tid);
501 pid_t pid, pid_t tid,
509 th = threads__get_last_match(threads, machine, pid, tid);
517 if (th->tid == tid) {
523 if (tid < th->tid)
534 th = thread__new(pid, tid);
563 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid)
565 return ____machine__findnew_thread(machine, machine__threads(machine, tid), pid, tid, true);
569 pid_t tid)
571 struct threads *threads = machine__threads(machine, tid);
575 th = __machine__findnew_thread(machine, pid, tid);
581 pid_t tid)
583 struct threads *threads = machine__threads(machine, tid);
587 th = ____machine__findnew_thread(machine, threads, pid, tid, false);
606 event->comm.tid);
633 event->namespaces.tid);
1745 event->mmap2.tid);
1795 event->mmap.tid);
1828 struct threads *threads = machine__threads(machine, th->tid);
1869 event->fork.tid);
1887 parent->pid_, parent->tid);
1901 event->fork.tid);
1935 event->fork.tid);
2988 pid_t tid)
3012 machine->current_tid[cpu] = tid;
3014 thread = machine__findnew_thread(machine, pid, tid);