Home
last modified time | relevance | path

Searched refs:machine__findnew_thread (Results 1 – 25 of 25) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dthread-maps-share.c34 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 Dmmap-thread-lookup.c191 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
H A Dsymbols.c29 ti->thread = machine__findnew_thread(ti->machine, 100, 100); in init_test_info()
H A Dhists_common.c98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
H A Dcode-reading.c490 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 Dpid.c8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
/linux-6.15/tools/perf/util/
H A Dmachine.c109 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 Dthread.c32 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 Dbpf_lock_contention.c475 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 Dmachine.h233 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
H A Devent.c434 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 Djitdump.c803 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 Dcs-etm.c619 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 Dbuild-id.c52 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit()
H A Dintel-bts.c463 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
H A Dsession.c1674 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 Dintel-pt.c1238 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 Dbuiltin-sched.c893 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 Dbuiltin-trace.c2762 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 Dbuiltin-lock.c856 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 Dbuiltin-kmem.c411 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 Dbuiltin-inject.c408 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 Dbuiltin-kvm.c1148 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
H A Dbuiltin-kwork.c703 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
H A Dbuiltin-script.c2577 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()