Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
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()
A Dmmap-thread-lookup.c190 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
A Dcode-reading.c378 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()
A Dhists_common.c98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
/linux/tools/perf/trace/beauty/
A Dpid.c8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
/linux/tools/perf/
A Dbuiltin-sched.c884 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event()
886 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event()
1134 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event()
1135 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1183 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event()
1223 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event()
1290 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event()
1514 struct thread *thread = machine__findnew_thread(machine, pid, tid); in map__findnew_thread()
2314 thread = machine__findnew_thread(machine, sample->pid, in timehist_get_thread()
2425 thread = machine__findnew_thread(machine, 0, pid); in timehist_sched_wakeup_event()
[all …]
A Dbuiltin-inject.c340 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso()
594 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
A Dbuiltin-trace.c2306 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2382 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2453 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2575 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2638 struct thread *thread = machine__findnew_thread(trace->host,
2783 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2886 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2978 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
A Dbuiltin-kmem.c395 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid); in find_callsite()
943 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
A Dbuiltin-lock.c816 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
A Dbuiltin-kvm.c692 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
A Dbuiltin-script.c2360 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
/linux/tools/perf/util/
A Dmachine.c115 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
577 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function
610 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread()
631 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
658 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event()
1791 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1848 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
1924 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
1944 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event()
1954 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
[all …]
A Dmachine.h214 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
A Dbuild-id.c52 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()
A Djitdump.c798 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid()
833 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
A Devent.c686 struct thread *thread = machine__findnew_thread(machine, sample->pid, in machine__resolve()
A Dintel-bts.c461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
A Dcs-etm.c2330 th = machine__findnew_thread(etm->machine, in cs_etm__process_itrace_start()
2366 th = machine__findnew_thread(etm->machine, in cs_etm__process_switch_cpu_wide()
A Dintel-pt.c1110 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_callchain()
1148 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_br_stack()
2723 ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
A Dsession.c1829 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew()

Completed in 77 milliseconds