Lines Matching refs:machine__findnew_thread
145 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
439 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code()
696 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function
729 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread()
750 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
777 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event()
1964 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
2021 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
2091 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
2111 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event()
2121 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
3285 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()