Lines Matching refs:tid

571 			  int pid, int tid)  in __threads__get_last_match()  argument
577 if (thread__tid(th) == tid) { in __threads__get_last_match()
590 int pid, int tid) in threads__get_last_match() argument
595 th = __threads__get_last_match(threads, machine, pid, tid); in threads__get_last_match()
620 pid_t pid, pid_t tid, in ____machine__findnew_thread() argument
629 th = threads__get_last_match(threads, machine, pid, tid); in ____machine__findnew_thread()
637 if (thread__tid(th) == tid) { in ____machine__findnew_thread()
643 if (tid < thread__tid(th)) in ____machine__findnew_thread()
654 th = thread__new(pid, tid); in ____machine__findnew_thread()
691 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() argument
693 return ____machine__findnew_thread(machine, machine__threads(machine, tid), pid, tid, true); in __machine__findnew_thread()
697 pid_t tid) in machine__findnew_thread() argument
699 struct threads *threads = machine__threads(machine, tid); in machine__findnew_thread()
703 th = __machine__findnew_thread(machine, pid, tid); in machine__findnew_thread()
709 pid_t tid) in machine__find_thread() argument
711 struct threads *threads = machine__threads(machine, tid); in machine__find_thread()
715 th = ____machine__findnew_thread(machine, threads, pid, tid, false); in machine__find_thread()
752 event->comm.tid); in machine__process_comm_event()
779 event->namespaces.tid); in machine__process_namespaces_event()
1965 event->mmap2.tid); in machine__process_mmap2_event()
2022 event->mmap.tid); in machine__process_mmap_event()
2090 event->fork.tid); in machine__process_fork_event()
2122 event->fork.tid); in machine__process_fork_event()
2156 event->fork.tid); in machine__process_exit_event()
3269 pid_t tid) in machine__set_current_tid() argument
3283 machine->current_tid[cpu] = tid; in machine__set_current_tid()
3285 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()