Lines Matching refs:tid
303 if (th->pid_ == th->tid) in machine__update_thread_pid()
327 th->pid_, th->tid); in machine__update_thread_pid()
336 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
340 pid_t pid, pid_t tid, in __machine__findnew_thread() argument
354 if (th->tid == tid) { in __machine__findnew_thread()
366 if (th->tid == tid) { in __machine__findnew_thread()
372 if (tid < th->tid) in __machine__findnew_thread()
381 th = thread__new(pid, tid); in __machine__findnew_thread()
410 pid_t tid) in machine__findnew_thread() argument
412 return __machine__findnew_thread(machine, pid, tid, true); in machine__findnew_thread()
416 pid_t tid) in machine__find_thread() argument
418 return __machine__findnew_thread(machine, pid, tid, false); in machine__find_thread()
435 event->comm.tid); in machine__process_comm_event()
1181 event->mmap2.tid); in machine__process_mmap2_event()
1231 event->mmap.tid); in machine__process_mmap_event()
1277 event->fork.tid); in machine__process_fork_event()
1287 event->fork.tid); in machine__process_fork_event()
1305 event->fork.tid); in machine__process_exit_event()
1793 pid_t tid) in machine__set_current_tid() argument
1816 machine->current_tid[cpu] = tid; in machine__set_current_tid()
1818 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()