Symbol: machine__find_thread
tools/perf/builtin-inject.c
551
thread = machine__find_thread(machine, sample->tid, sample->pid);
tools/perf/builtin-report.c
1002
parent = machine__find_thread(machine, -1, thread__ppid(a));
tools/perf/builtin-report.c
1007
parent = machine__find_thread(machine, -1, thread__ppid(b));
tools/perf/builtin-report.c
911
parent_thread = machine__find_thread(machine, -1, thread__ppid(thread));
tools/perf/builtin-report.c
977
struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a));
tools/perf/builtin-report.c
988
struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b));
tools/perf/builtin-sched.c
1970
thread = machine__find_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-trace.c
1768
struct thread *thread = machine__find_thread(trace->host, pid, pid);
tools/perf/builtin-trace.c
3055
struct thread *child = machine__find_thread(trace->host, ret, ret);
tools/perf/builtin-trace.c
4175
struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]);
tools/perf/builtin-trace.c
4178
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
302
speq->thread = machine__find_thread(spe->machine, -1,
tools/perf/util/cs-etm.c
1544
*thread = machine__find_thread(machine, -1, tid);
tools/perf/util/db-export.c
532
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
330
thread = machine__find_thread(machine, -1, btsq->tid);
tools/perf/util/intel-bts.c
459
thread = machine__find_thread(btsq->bts->machine, -1,
tools/perf/util/intel-pt.c
1452
ptq->unknown_guest_thread = machine__find_thread(machine, 0, 0);
tools/perf/util/intel-pt.c
1468
ptq->guest_thread = machine__find_thread(machine, -1, tid);
tools/perf/util/intel-pt.c
1494
ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid);
tools/perf/util/intel-pt.c
3328
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
1906
struct thread *thread = machine__find_thread(machine,
tools/perf/util/machine.c
1972
struct thread *thread = machine__find_thread(machine,
tools/perf/util/machine.c
411
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
1585
struct thread *thread = machine__find_thread(machine, sample->pid, sample->pid);
tools/perf/util/sort.c
170
struct thread *leader = machine__find_thread(maps__machine(maps),
tools/perf/util/thread.c
577
return machine__find_thread(machine, thread__pid(thread), thread__pid(thread));