Home
last modified time | relevance | path

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

/linux/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.c194 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
H A Dsymbols.c33 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.c545 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event()
759 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading()
/linux/tools/perf/trace/beauty/
H A Dpid.c8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
/linux/tools/perf/util/
H A Dmachine.c110 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
397 thread = machine__findnew_thread(machine, -1, pid); in findnew_guest_code()
488 leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th)); in machine__update_thread_pid()
563 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in machine__findnew_thread() function
583 struct thread *thread = machine__findnew_thread(machine, 0, 0); in machine__idle_thread()
604 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
631 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event()
1766 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1823 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
1866 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
[all …]
H A Dthread.c32 struct thread *leader = machine__findnew_thread(machine, pid, pid); in thread__init_maps()
510 struct thread *parent = machine__findnew_thread(machine, pid, pid); in thread__e_machine()
H A Dbpf_lock_contention.c579 struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid); in lock_contention_get_name()
743 struct thread *idle = machine__findnew_thread(machine, in lock_contention_read()
H A Dmachine.h234 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
H A Djitdump.c820 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid()
860 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
H A Devent.c442 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread()
814 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in machine__resolve()
H A Dcs-etm.c618 tidq->thread = machine__findnew_thread(&etm->session->machines.host, -1, in cs_etm__init_traceid_queue()
2758 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_itrace_start()
2796 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_switch_cpu_wide()
H A Dbuild-id.c62 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.c1886 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew()
2846 struct thread *thread = machine__findnew_thread(machine, pid, tid); in perf_session__set_guest_cpu()
H A Dintel-pt.c1240 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_callchain()
1278 struct thread *thread = machine__findnew_thread(pt->machine, in intel_pt_add_br_stack()
3313 ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid); in intel_pt_sample_set_pid_tid_cpu()
/linux/tools/perf/
H A Dbuiltin-sched.c900 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event()
902 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event()
1164 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event()
1165 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1213 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event()
1253 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event()
1320 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event()
1550 struct thread *thread = machine__findnew_thread(machine, pid, tid); in map__findnew_thread()
2336 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in save_task_callchain()
2516 thread = machine__findnew_thread(machine, sample->pid, in timehist_get_thread()
[all …]
H A Dbuiltin-trace.c2791 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter()
2870 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__fprintf_sys_enter()
2936 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit()
3065 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__vfs_getname()
3128 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime()
3264 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__event_handler()
3375 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault()
3473 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__process_sample()
H A Dbuiltin-lock.c858 thread = machine__findnew_thread(machine, -1, sample->pid); in lock_contention_caller()
908 thread = machine__findnew_thread(machine, -1, sample->pid); in callchain_id()
1437 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.c481 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso()
1012 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
H A Dbuiltin-kvm.c1152 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.c2905 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()