/linux-4.1.27/tools/perf/tests/ |
D | thread-mg-share.c | 34 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()
|
D | mmap-thread-lookup.c | 186 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
|
D | code-reading.c | 257 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()
|
D | hists_common.c | 93 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
|
/linux-4.1.27/tools/perf/util/ |
D | machine.c | 48 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()
|
D | build-id.c | 32 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()
|
D | thread.c | 21 leader = machine__findnew_thread(machine, pid, pid); in thread__init_map_groups()
|
D | machine.h | 150 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid,
|
D | db-export.c | 139 main_thread = machine__findnew_thread(machine, in db_export__thread()
|
D | session.c | 1112 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()
|
D | event.c | 886 struct thread *thread = machine__findnew_thread(machine, sample->pid, in perf_event__preprocess_sample()
|
/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 765 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()
|
D | builtin-script.c | 627 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()
|
D | builtin-inject.c | 220 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
|
D | builtin-trace.c | 1725 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()
|
D | builtin-lock.c | 813 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
D | builtin-kmem.c | 481 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
D | builtin-kvm.c | 661 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
|