__machine__findnew_thread  406 tools/perf/util/machine.c 	leader = __machine__findnew_thread(machine, th->pid_, th->pid_);
__machine__findnew_thread  570 tools/perf/util/machine.c 	th = __machine__findnew_thread(machine, pid, tid);
__machine__findnew_thread  202 tools/perf/util/machine.h struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
__machine__findnew_thread   29 tools/perf/util/thread.c 		struct thread *leader = __machine__findnew_thread(machine, pid, pid);