Lines Matching refs:tid
322 if (th->pid_ == th->tid) in machine__update_thread_pid()
346 th->pid_, th->tid); in machine__update_thread_pid()
355 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
359 pid_t pid, pid_t tid, in ____machine__findnew_thread() argument
373 if (th->tid == tid) { in ____machine__findnew_thread()
385 if (th->tid == tid) { in ____machine__findnew_thread()
391 if (tid < th->tid) in ____machine__findnew_thread()
400 th = thread__new(pid, tid); in ____machine__findnew_thread()
429 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() argument
431 return ____machine__findnew_thread(machine, pid, tid, true); in __machine__findnew_thread()
435 pid_t tid) in machine__findnew_thread() argument
440 th = thread__get(__machine__findnew_thread(machine, pid, tid)); in machine__findnew_thread()
446 pid_t tid) in machine__find_thread() argument
450 th = thread__get(____machine__findnew_thread(machine, pid, tid, false)); in machine__find_thread()
469 event->comm.tid); in machine__process_comm_event()
1279 event->mmap2.tid); in machine__process_mmap2_event()
1333 event->mmap.tid); in machine__process_mmap_event()
1394 event->fork.tid); in machine__process_fork_event()
1411 parent->pid_, parent->tid); in machine__process_fork_event()
1425 event->fork.tid); in machine__process_fork_event()
1443 event->fork.tid); in machine__process_exit_event()
1964 pid_t tid) in machine__set_current_tid() argument
1987 machine->current_tid[cpu] = tid; in machine__set_current_tid()
1989 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()