machine__findnew_thread  435 tools/perf/builtin-inject.c 	thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread  398 tools/perf/builtin-kmem.c 	al.thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread  948 tools/perf/builtin-kmem.c 	struct thread *thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread  692 tools/perf/builtin-kvm.c 	thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread  820 tools/perf/builtin-lock.c 	struct thread *thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread  880 tools/perf/builtin-sched.c 	child = machine__findnew_thread(machine, event->fork.pid,
machine__findnew_thread  882 tools/perf/builtin-sched.c 	parent = machine__findnew_thread(machine, event->fork.ppid,
machine__findnew_thread 1129 tools/perf/builtin-sched.c 	sched_out = machine__findnew_thread(machine, -1, prev_pid);
machine__findnew_thread 1130 tools/perf/builtin-sched.c 	sched_in = machine__findnew_thread(machine, -1, next_pid);
machine__findnew_thread 1178 tools/perf/builtin-sched.c 	struct thread *thread = machine__findnew_thread(machine, -1, pid);
machine__findnew_thread 1218 tools/perf/builtin-sched.c 	wakee = machine__findnew_thread(machine, -1, pid);
machine__findnew_thread 1285 tools/perf/builtin-sched.c 	migrant = machine__findnew_thread(machine, -1, pid);
machine__findnew_thread 1508 tools/perf/builtin-sched.c 	struct thread *thread = machine__findnew_thread(machine, pid, tid);
machine__findnew_thread 2148 tools/perf/builtin-sched.c 	thread = machine__findnew_thread(machine, sample->pid, sample->pid);
machine__findnew_thread 2306 tools/perf/builtin-sched.c 		thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread 2371 tools/perf/builtin-sched.c 	thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread 2408 tools/perf/builtin-sched.c 	thread = machine__findnew_thread(machine, 0, pid);
machine__findnew_thread 2445 tools/perf/builtin-sched.c 	thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread 2492 tools/perf/builtin-sched.c 	thread = machine__findnew_thread(machine, 0, pid);
machine__findnew_thread 2096 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->comm.pid, event->comm.tid);
machine__findnew_thread 2133 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->namespaces.pid,
machine__findnew_thread 2173 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid);
machine__findnew_thread 2205 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid);
machine__findnew_thread 2243 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->mmap.pid, event->mmap.tid);
machine__findnew_thread 2277 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, event->mmap2.pid, event->mmap2.tid);
machine__findnew_thread 2317 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread 2344 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread 2387 tools/perf/builtin-script.c 	thread = machine__findnew_thread(machine, sample->pid, sample->tid);
machine__findnew_thread 1961 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2037 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2108 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2230 tools/perf/builtin-trace.c 	struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2293 tools/perf/builtin-trace.c 	struct thread *thread = machine__findnew_thread(trace->host,
machine__findnew_thread 2364 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2462 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread 2554 tools/perf/builtin-trace.c 	thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
machine__findnew_thread  385 tools/perf/tests/code-reading.c 	thread = machine__findnew_thread(machine, sample.pid, sample.tid);
machine__findnew_thread  622 tools/perf/tests/code-reading.c 	thread = machine__findnew_thread(machine, pid, pid);
machine__findnew_thread   98 tools/perf/tests/hists_common.c 		thread = machine__findnew_thread(machine, fake_threads[i].pid,
machine__findnew_thread  190 tools/perf/tests/mmap-thread-lookup.c 		thread = machine__findnew_thread(machine, getpid(), td->tid);
machine__findnew_thread   34 tools/perf/tests/thread-mg-share.c 	leader = machine__findnew_thread(machine, 0, 0);
machine__findnew_thread   35 tools/perf/tests/thread-mg-share.c 	t1     = machine__findnew_thread(machine, 0, 1);
machine__findnew_thread   36 tools/perf/tests/thread-mg-share.c 	t2     = machine__findnew_thread(machine, 0, 2);
machine__findnew_thread   37 tools/perf/tests/thread-mg-share.c 	t3     = machine__findnew_thread(machine, 0, 3);
machine__findnew_thread   40 tools/perf/tests/thread-mg-share.c 	other  = machine__findnew_thread(machine, 4, 5);
machine__findnew_thread    8 tools/perf/trace/beauty/pid.c 	struct thread *thread = machine__findnew_thread(trace->host, pid, pid);
machine__findnew_thread   46 tools/perf/util/build-id.c 	struct thread *thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread   68 tools/perf/util/build-id.c 	struct thread *thread = machine__findnew_thread(machine,
machine__findnew_thread 2201 tools/perf/util/cs-etm.c 	th = machine__findnew_thread(etm->machine,
machine__findnew_thread 2237 tools/perf/util/cs-etm.c 	th = machine__findnew_thread(etm->machine,
machine__findnew_thread  560 tools/perf/util/event.c 	struct thread *thread = machine__findnew_thread(machine, sample->pid,
machine__findnew_thread  461 tools/perf/util/intel-bts.c 		thread = machine__findnew_thread(btsq->bts->machine, btsq->pid,
machine__findnew_thread  109 tools/perf/util/machine.c 		struct thread *thread = machine__findnew_thread(machine, -1,
machine__findnew_thread  599 tools/perf/util/machine.c 	struct thread *thread = machine__findnew_thread(machine,
machine__findnew_thread  626 tools/perf/util/machine.c 	struct thread *thread = machine__findnew_thread(machine,
machine__findnew_thread 1667 tools/perf/util/machine.c 	thread = machine__findnew_thread(machine, event->mmap2.pid,
machine__findnew_thread 1720 tools/perf/util/machine.c 	thread = machine__findnew_thread(machine, event->mmap.pid,
machine__findnew_thread 1798 tools/perf/util/machine.c 	struct thread *parent = machine__findnew_thread(machine,
machine__findnew_thread 1818 tools/perf/util/machine.c 		parent = machine__findnew_thread(machine, event->fork.ppid,
machine__findnew_thread 1828 tools/perf/util/machine.c 	thread = machine__findnew_thread(machine, event->fork.pid,
machine__findnew_thread 2625 tools/perf/util/machine.c 	thread = machine__findnew_thread(machine, pid, tid);
machine__findnew_thread  203 tools/perf/util/machine.h struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
machine__findnew_thread 1694 tools/perf/util/session.c 	return machine__findnew_thread(&session->machines.host, -1, pid);
machine__findnew_thread 1709 tools/perf/util/session.c 	thread = machine__findnew_thread(&session->machines.host, 0, 0);