| /linux-6.15/tools/perf/tests/ |
| H A D | thread-maps-share.c | 34 leader = machine__findnew_thread(machine, 0, 0); in test__thread_maps_share() 35 t1 = machine__findnew_thread(machine, 0, 1); in test__thread_maps_share() 36 t2 = machine__findnew_thread(machine, 0, 2); in test__thread_maps_share() 37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_maps_share() 40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share()
|
| H A D | mmap-thread-lookup.c | 191 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
|
| H A D | symbols.c | 29 ti->thread = machine__findnew_thread(ti->machine, 100, 100); in init_test_info()
|
| H A D | hists_common.c | 98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
|
| H A D | code-reading.c | 490 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event() 703 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading()
|
| /linux-6.15/tools/perf/trace/beauty/ |
| H A D | pid.c | 8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
|
| /linux-6.15/tools/perf/util/ |
| H A D | machine.c | 109 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() 362 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code() 548 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread() 569 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() 596 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() 1731 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event() 1788 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event() 1831 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event() 1851 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event() 1861 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event() [all …]
|
| H A D | thread.c | 32 struct thread *leader = machine__findnew_thread(machine, pid, pid); in thread__init_maps() 470 struct thread *parent = machine__findnew_thread(machine, pid, pid); in thread__e_machine()
|
| H A D | bpf_lock_contention.c | 475 struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid); in lock_contention_get_name() 634 struct thread *idle = machine__findnew_thread(machine, in lock_contention_read()
|
| H A D | machine.h | 233 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
| H A D | event.c | 434 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread() 740 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in machine__resolve()
|
| H A D | jitdump.c | 803 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid() 843 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
|
| H A D | cs-etm.c | 619 tidq->thread = machine__findnew_thread(&etm->session->machines.host, -1, in cs_etm__init_traceid_queue() 2762 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_itrace_start() 2800 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_switch_cpu_wide()
|
| H A D | build-id.c | 52 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit()
|
| H A D | intel-bts.c | 463 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
|
| H A D | session.c | 1674 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew() 2620 struct thread *thread = machine__findnew_thread(machine, pid, tid); in perf_session__set_guest_cpu()
|
| H A D | intel-pt.c | 1238 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_callchain() 1276 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_br_stack() 3159 ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-sched.c | 893 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 895 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 1142 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 1143 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1191 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event() 1231 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event() 1298 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event() 2475 thread = machine__findnew_thread(machine, sample->pid, in timehist_get_thread() 2607 thread = machine__findnew_thread(machine, 0, pid); in timehist_sched_wakeup_event() 2691 thread = machine__findnew_thread(machine, 0, pid); in timehist_migrate_task_event() [all …]
|
| H A D | builtin-trace.c | 2762 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter() 2841 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__fprintf_sys_enter() 2914 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit() 3042 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__vfs_getname() 3105 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime() 3241 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__event_handler() 3350 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault() 3448 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__process_sample()
|
| H A D | builtin-lock.c | 856 thread = machine__findnew_thread(machine, -1, sample->pid); in lock_contention_caller() 906 thread = machine__findnew_thread(machine, -1, sample->pid); in callchain_id() 1435 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
| H A D | builtin-kmem.c | 411 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid); in find_callsite() 967 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
| H A D | builtin-inject.c | 408 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso() 932 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
|
| H A D | builtin-kvm.c | 1148 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
|
| H A D | builtin-kwork.c | 703 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
|
| H A D | builtin-script.c | 2577 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
|