Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dthread-mg-share.c34 leader = machine__findnew_thread(machine, 0, 0); in test__thread_mg_share()
35 t1 = machine__findnew_thread(machine, 0, 1); in test__thread_mg_share()
36 t2 = machine__findnew_thread(machine, 0, 2); in test__thread_mg_share()
37 t3 = machine__findnew_thread(machine, 0, 3); in test__thread_mg_share()
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_mg_share()
Dmmap-thread-lookup.c186 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
Dcode-reading.c257 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event()
457 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading()
Dhists_common.c93 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
/linux-4.1.27/tools/perf/util/
Dmachine.c48 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init()
306 leader = machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
409 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function
433 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event()
1180 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1230 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
1278 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event()
1286 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
1818 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()
Dbuild-id.c32 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit()
55 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread()
Dthread.c21 leader = machine__findnew_thread(machine, pid, pid); in thread__init_map_groups()
Dmachine.h150 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid,
Ddb-export.c139 main_thread = machine__findnew_thread(machine, in db_export__thread()
Dsession.c1112 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew()
1119 thread = machine__findnew_thread(&session->machines.host, 0, 0); in perf_session__register_idle_thread()
Devent.c886 struct thread *thread = machine__findnew_thread(machine, sample->pid, in perf_event__preprocess_sample()
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c765 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event()
767 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event()
977 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event()
978 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1021 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event()
1054 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event()
1114 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event()
1332 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event()
Dbuiltin-script.c627 thread = machine__findnew_thread(machine, event->comm.pid, event->comm.tid); in process_comm_event()
663 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_fork_event()
690 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_exit_event()
724 thread = machine__findnew_thread(machine, event->mmap.pid, event->mmap.tid); in process_mmap_event()
755 thread = machine__findnew_thread(machine, event->mmap2.pid, event->mmap2.tid); in process_mmap2_event()
Dbuiltin-inject.c220 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
Dbuiltin-trace.c1725 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter()
1781 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit()
1856 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime()
1928 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault()
Dbuiltin-lock.c813 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
Dbuiltin-kmem.c481 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
Dbuiltin-kvm.c661 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()