Searched refs:machine__find_thread (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/perf/tests/ |
| H A D | thread-maps-share.c | 58 other_leader = machine__find_thread(machine, 4, 4); in test__thread_maps_share()
|
| H A D | dwarf-unwind.c | 228 thread = machine__find_thread(machine, getpid(), getpid()); in test__dwarf_unwind()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-report.c | 904 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in thread_level() 970 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 981 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp() 995 parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 1000 parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp()
|
| H A D | builtin-trace.c | 1780 struct thread *thread = machine__find_thread(trace->host, pid, pid); in pid__scnprintf_fd() 3006 struct thread *child = machine__find_thread(trace->host, ret, ret); in trace__sys_exit() 4118 struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]); in trace__set_filter_loop_pids() 4121 struct thread *parent = machine__find_thread(trace->host, in trace__set_filter_loop_pids()
|
| H A D | builtin-sched.c | 1883 thread = machine__find_thread(machine, sample->pid, sample->tid); in perf_sched__process_comm()
|
| /linux-6.15/tools/perf/util/ |
| H A D | machine.h | 105 struct thread *machine__find_thread(struct machine *machine, pid_t pid,
|
| H A D | intel-bts.c | 329 thread = machine__find_thread(machine, -1, btsq->tid); in intel_bts_get_next_insn() 458 thread = machine__find_thread(btsq->bts->machine, -1, in intel_bts_process_queue()
|
| H A D | db-export.c | 532 struct thread *thread = machine__find_thread(machine, pid, tid); in db_export__pid_tid()
|
| H A D | thread.c | 514 return machine__find_thread(machine, thread__pid(thread), thread__pid(thread)); in thread__main_thread()
|
| H A D | machine.c | 370 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code() 533 struct thread *machine__find_thread(struct machine *machine, pid_t pid, in machine__find_thread() function 1828 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() 1894 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event()
|
| H A D | jitdump.c | 816 struct thread *thread = machine__find_thread(machine, pid, pid); in jit_has_pid()
|
| H A D | intel-pt.c | 1449 ptq->unknown_guest_thread = machine__find_thread(machine, 0, 0); in intel_pt_get_guest_from_sideband() 1465 ptq->guest_thread = machine__find_thread(machine, -1, tid); in intel_pt_get_guest_from_sideband() 1491 ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid); in intel_pt_set_pid_tid_cpu() 3153 ptq->thread = machine__find_thread(m, -1, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
|
| H A D | arm-spe.c | 284 speq->thread = machine__find_thread(spe->machine, -1, in arm_spe_set_pid_tid_cpu()
|
| H A D | cs-etm.c | 1484 tidq->thread = machine__find_thread(machine, -1, tid); in cs_etm__set_thread()
|