machine__find_thread  717 tools/perf/builtin-report.c 	parent_thread = machine__find_thread(machine, -1, thread->ppid);
machine__find_thread 1766 tools/perf/builtin-sched.c 	thread = machine__find_thread(machine, sample->pid, sample->tid);
machine__find_thread 1230 tools/perf/builtin-trace.c 	struct thread *thread = machine__find_thread(trace->host, pid, pid);
machine__find_thread 2194 tools/perf/builtin-trace.c 		struct thread *child = machine__find_thread(trace->host, ret, ret);
machine__find_thread 3162 tools/perf/builtin-trace.c 	struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]);
machine__find_thread 3165 tools/perf/builtin-trace.c 		struct thread *parent = machine__find_thread(trace->host, thread->ppid, thread->ppid);
machine__find_thread  204 tools/perf/tests/dwarf-unwind.c 	thread = machine__find_thread(machine, getpid(), getpid());
machine__find_thread   58 tools/perf/tests/thread-mg-share.c 	other_leader = machine__find_thread(machine, 4, 4);
machine__find_thread 1046 tools/perf/util/cs-etm.c 		tidq->thread = machine__find_thread(etm->machine, -1,
machine__find_thread  528 tools/perf/util/db-export.c 	struct thread *thread = machine__find_thread(machine, pid, tid);
machine__find_thread  327 tools/perf/util/intel-bts.c 	thread = machine__find_thread(machine, -1, btsq->tid);
machine__find_thread  456 tools/perf/util/intel-bts.c 		thread = machine__find_thread(btsq->bts->machine, -1,
machine__find_thread  981 tools/perf/util/intel-pt.c 		ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid);
machine__find_thread 1795 tools/perf/util/machine.c 	struct thread *thread = machine__find_thread(machine,
machine__find_thread 1861 tools/perf/util/machine.c 	struct thread *thread = machine__find_thread(machine,
machine__find_thread  106 tools/perf/util/machine.h struct thread *machine__find_thread(struct machine *machine, pid_t pid,
machine__find_thread  433 tools/perf/util/thread.c 	return machine__find_thread(machine, thread->pid_, thread->pid_);