Lines Matching refs:machine__findnew_thread
128 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
432 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code()
679 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function
712 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread()
733 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
760 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event()
1898 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1955 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
2031 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
2051 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event()
2061 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
3206 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()