Searched refs:machine__find_thread (Results 1 – 16 of 16) sorted by relevance
| /linux/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 | 208 thread = machine__find_thread(machine, pid, pid); in test__dwarf_unwind()
|
| /linux/tools/perf/ |
| H A D | builtin-report.c | 915 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread)); in thread_level() 981 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 992 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp() 1006 parent = machine__find_thread(machine, -1, thread__ppid(a)); in task_list_cmp() 1011 parent = machine__find_thread(machine, -1, thread__ppid(b)); in task_list_cmp()
|
| H A D | builtin-trace.c | 1776 struct thread *thread = machine__find_thread(trace->host, pid, pid); in pid__scnprintf_fd() 3031 struct thread *child = machine__find_thread(trace->host, ret, ret); in trace__sys_exit() 4121 struct thread *thread = machine__find_thread(trace->host, pids[0], pids[0]); in trace__set_filter_loop_pids() 4124 struct thread *parent = machine__find_thread(trace->host, in trace__set_filter_loop_pids()
|
| H A D | builtin-sched.c | 1889 thread = machine__find_thread(machine, sample->pid, sample->tid); in perf_sched__process_comm()
|
| /linux/tools/perf/util/ |
| H A D | debug.c | 321 thread = machine__find_thread(machine, pid, pid); in __dump_stack()
|
| 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 | 537 struct thread *thread = machine__find_thread(machine, pid, tid); in db_export__pid_tid()
|
| H A D | thread.c | 537 return machine__find_thread(machine, thread__pid(thread), thread__pid(thread)); in thread__main_thread()
|
| H A D | machine.c | 405 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code() 568 struct thread *machine__find_thread(struct machine *machine, pid_t pid, in machine__find_thread() function 1863 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() 1929 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event()
|
| H A D | jitdump.c | 832 struct thread *thread = machine__find_thread(machine, pid, pid); in jit_has_pid()
|
| H A D | intel-pt.c | 1451 ptq->unknown_guest_thread = machine__find_thread(machine, 0, 0); in intel_pt_get_guest_from_sideband() 1467 ptq->guest_thread = machine__find_thread(machine, -1, tid); in intel_pt_get_guest_from_sideband() 1493 ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid); in intel_pt_set_pid_tid_cpu() 3307 ptq->thread = machine__find_thread(m, -1, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
|
| H A D | arm-spe.c | 299 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()
|
| H A D | sort.c | 163 struct thread *leader = machine__find_thread(maps__machine(maps), in hist_entry__tgid_snprintf()
|