/linux-6.1.9/tools/perf/tests/ |
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()
|
D | mmap-thread-lookup.c | 190 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
|
D | hists_common.c | 98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
|
D | code-reading.c | 378 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event() 616 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading()
|
/linux-6.1.9/tools/perf/trace/beauty/ |
D | pid.c | 8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
|
/linux-6.1.9/tools/perf/ |
D | builtin-sched.c | 906 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 908 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 1156 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 1157 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1205 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event() 1245 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event() 1312 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event() 1536 struct thread *thread = machine__findnew_thread(machine, pid, tid); in map__findnew_thread() 2183 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in save_task_callchain() 2341 thread = machine__findnew_thread(machine, sample->pid, in timehist_get_thread() [all …]
|
D | builtin-lock.c | 936 thread = machine__findnew_thread(machine, -1, sample->pid); in lock_contention_caller() 984 thread = machine__findnew_thread(machine, -1, sample->pid); in callchain_id() 1402 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
D | builtin-trace.c | 2316 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2392 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2463 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2585 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2648 struct thread *thread = machine__findnew_thread(trace->host, 2791 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2894 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); 2986 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
|
D | builtin-kmem.c | 407 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid); in find_callsite() 955 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
D | builtin-inject.c | 413 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso() 745 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
|
D | builtin-kvm.c | 693 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
|
D | builtin-kwork.c | 591 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
|
D | builtin-script.c | 2483 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
|
/linux-6.1.9/tools/perf/util/ |
D | machine.c | 128 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() 432 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code() 679 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function 712 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread() 733 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() 760 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() 1898 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event() 1955 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event() 2031 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event() 2051 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event() [all …]
|
D | machine.h | 220 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
D | build-id.c | 52 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit() 74 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread()
|
D | jitdump.c | 791 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid() 826 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
|
D | event.c | 692 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in machine__resolve()
|
D | intel-bts.c | 461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
|
D | cs-etm.c | 2328 th = machine__findnew_thread(etm->machine, in cs_etm__process_itrace_start() 2364 th = machine__findnew_thread(etm->machine, in cs_etm__process_switch_cpu_wide()
|
D | intel-pt.c | 1208 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_callchain() 1246 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_br_stack() 3040 ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
|
D | session.c | 1883 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew() 2796 struct thread *thread = machine__findnew_thread(machine, pid, tid); in perf_session__set_guest_cpu()
|