Searched refs:machine__find_thread (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/perf/tests/
H A Dthread-maps-share.c58 other_leader = machine__find_thread(machine, 4, 4);
H A Ddwarf-unwind.c228 thread = machine__find_thread(machine, getpid(), getpid());
/linux-master/tools/perf/util/
H A Dmachine.h99 struct thread *machine__find_thread(struct machine *machine, pid_t pid,
H A Dthread.c438 return machine__find_thread(machine, thread__pid(thread), thread__pid(thread));
H A Dintel-bts.c327 thread = machine__find_thread(machine, -1, btsq->tid);
456 thread = machine__find_thread(btsq->bts->machine, -1,
H A Ddb-export.c532 struct thread *thread = machine__find_thread(machine, pid, tid);
H A Dintel-pt.c1447 ptq->unknown_guest_thread = machine__find_thread(machine, 0, 0);
1463 ptq->guest_thread = machine__find_thread(machine, -1, tid);
1489 ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid);
3099 ptq->thread = machine__find_thread(m, -1, ptq->tid);
H A Djitdump.c809 struct thread *thread = machine__find_thread(machine, pid, pid);
H A Dmachine.c393 host_thread = machine__find_thread(host_machine, -1, pid);
556 struct thread *machine__find_thread(struct machine *machine, pid_t pid, function
1913 struct thread *thread = machine__find_thread(machine,
1979 struct thread *thread = machine__find_thread(machine,
H A Darm-spe.c252 speq->thread = machine__find_thread(spe->machine, -1,
H A Dcs-etm.c1394 tidq->thread = machine__find_thread(machine, -1, tid);
/linux-master/tools/perf/
H A Dbuiltin-report.c886 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread));
952 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a));
963 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b));
977 parent = machine__find_thread(machine, -1, thread__ppid(a));
982 parent = machine__find_thread(machine, -1, thread__ppid(b));
H A Dbuiltin-trace.c1473 struct thread *thread = machine__find_thread(trace->host, pid, pid);
2582 struct thread *child = machine__find_thread(trace->host, ret, ret);
3579 struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]);
3582 struct thread *parent = machine__find_thread(trace->host,
H A Dbuiltin-sched.c1789 thread = machine__find_thread(machine, sample->pid, sample->tid);

Completed in 236 milliseconds