Lines Matching refs:machine__findnew_thread
110 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
397 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code()
488 leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th)); in machine__update_thread_pid()
563 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in machine__findnew_thread() function
583 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread()
604 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
631 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event()
1766 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1823 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
1866 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
1886 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event()
1896 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
3134 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()