Symbol: machine__find_thread
tools/perf/builtin-inject.c
417
thread = machine__find_thread(machine, sample->tid, sample->pid);
tools/perf/builtin-report.c
1006
parent = machine__find_thread(machine, -1, thread__ppid(a));
tools/perf/builtin-report.c
1011
parent = machine__find_thread(machine, -1, thread__ppid(b));
tools/perf/builtin-report.c
915
parent_thread = machine__find_thread(machine, -1, thread__ppid(thread));
tools/perf/builtin-report.c
981
struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a));
tools/perf/builtin-report.c
992
struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b));
tools/perf/builtin-sched.c
1896
thread = machine__find_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-trace.c
1776
struct thread *thread = machine__find_thread(trace->host, pid, pid);
tools/perf/builtin-trace.c
3029
struct thread *child = machine__find_thread(trace->host, ret, ret);
tools/perf/builtin-trace.c
4121
struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]);
tools/perf/builtin-trace.c
4124
struct thread *parent = machine__find_thread(trace->host,
tools/perf/tests/dwarf-unwind.c
208
thread = machine__find_thread(machine, pid, pid);
tools/perf/tests/thread-maps-share.c
58
other_leader = machine__find_thread(machine, 4, 4);
tools/perf/util/arm-spe.c
299
speq->thread = machine__find_thread(spe->machine, -1,
tools/perf/util/cs-etm.c
1483
tidq->thread = machine__find_thread(machine, -1, tid);
tools/perf/util/db-export.c
536
struct thread *thread = machine__find_thread(machine, pid, tid);
tools/perf/util/debug.c
321
thread = machine__find_thread(machine, pid, pid);
tools/perf/util/intel-bts.c
329
thread = machine__find_thread(machine, -1, btsq->tid);
tools/perf/util/intel-bts.c
458
thread = machine__find_thread(btsq->bts->machine, -1,
tools/perf/util/intel-pt.c
1451
ptq->unknown_guest_thread = machine__find_thread(machine, 0, 0);
tools/perf/util/intel-pt.c
1467
ptq->guest_thread = machine__find_thread(machine, -1, tid);
tools/perf/util/intel-pt.c
1493
ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid);
tools/perf/util/intel-pt.c
3307
ptq->thread = machine__find_thread(m, -1, ptq->tid);
tools/perf/util/jitdump.c
833
struct thread *thread = machine__find_thread(machine, pid, pid);
tools/perf/util/machine.c
1863
struct thread *thread = machine__find_thread(machine,
tools/perf/util/machine.c
1929
struct thread *thread = machine__find_thread(machine,
tools/perf/util/machine.c
405
host_thread = machine__find_thread(host_machine, -1, pid);
tools/perf/util/machine.h
105
struct thread *machine__find_thread(struct machine *machine, pid_t pid,
tools/perf/util/session.c
1127
struct thread *thread = machine__find_thread(machine, sample->pid, sample->pid);
tools/perf/util/sort.c
163
struct thread *leader = machine__find_thread(maps__machine(maps),
tools/perf/util/thread.c
562
return machine__find_thread(machine, thread__pid(thread), thread__pid(thread));