Lines Matching defs:tid
546 * tid. Consequently there never should be any maps on a thread
571 int pid, int tid)
577 if (thread__tid(th) == tid) {
590 int pid, int tid)
595 th = __threads__get_last_match(threads, machine, pid, tid);
620 pid_t pid, pid_t tid,
629 th = threads__get_last_match(threads, machine, pid, tid);
637 if (thread__tid(th) == tid) {
643 if (tid < thread__tid(th))
654 th = thread__new(pid, tid);
691 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid)
693 return ____machine__findnew_thread(machine, machine__threads(machine, tid), pid, tid, true);
697 pid_t tid)
699 struct threads *threads = machine__threads(machine, tid);
703 th = __machine__findnew_thread(machine, pid, tid);
709 pid_t tid)
711 struct threads *threads = machine__threads(machine, tid);
715 th = ____machine__findnew_thread(machine, threads, pid, tid, false);
721 * Threads are identified by pid and tid, and the idle task has pid == tid == 0.
752 event->comm.tid);
779 event->namespaces.tid);
1965 event->mmap2.tid);
2022 event->mmap.tid);
2090 event->fork.tid);
2122 event->fork.tid);
2156 event->fork.tid);
3265 pid_t tid)
3279 machine->current_tid[cpu] = tid;
3281 thread = machine__findnew_thread(machine, pid, tid);