| /Linux-v5.4/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 | 190 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
|
| D | hists_common.c | 98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
|
| D | code-reading.c | 385 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event() 622 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading()
|
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | pid.c | 8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-sched.c | 880 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 882 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 1129 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 1130 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1178 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event() 1218 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event() 1285 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event() 1508 struct thread *thread = machine__findnew_thread(machine, pid, tid); in map__findnew_thread() 2148 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in save_task_callchain() 2306 thread = machine__findnew_thread(machine, sample->pid, in timehist_get_thread() [all …]
|
| D | builtin-script.c | 2096 thread = machine__findnew_thread(machine, event->comm.pid, event->comm.tid); in process_comm_event() 2133 thread = machine__findnew_thread(machine, event->namespaces.pid, in process_namespaces_event() 2173 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_fork_event() 2205 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_exit_event() 2243 thread = machine__findnew_thread(machine, event->mmap.pid, event->mmap.tid); in process_mmap_event() 2277 thread = machine__findnew_thread(machine, event->mmap2.pid, event->mmap2.tid); in process_mmap2_event() 2317 thread = machine__findnew_thread(machine, sample->pid, in process_switch_event() 2344 thread = machine__findnew_thread(machine, sample->pid, in process_lost_event() 2387 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_bpf_events()
|
| D | builtin-trace.c | 1961 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter() 2037 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__fprintf_sys_enter() 2108 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit() 2230 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__vfs_getname() 2293 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime() 2364 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__event_handler() 2462 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault() 2554 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__process_sample()
|
| D | builtin-lock.c | 820 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
| D | builtin-kmem.c | 398 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid); in find_callsite() 948 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event()
|
| D | builtin-inject.c | 435 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
|
| D | builtin-kvm.c | 692 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
|
| /Linux-v5.4/tools/perf/util/ |
| D | machine.c | 109 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() 563 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, in machine__findnew_thread() function 599 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() 626 struct thread *thread = machine__findnew_thread(machine, in machine__process_namespaces_event() 1692 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event() 1745 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event() 1823 struct thread *parent = machine__findnew_thread(machine, in machine__process_fork_event() 1843 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event() 1853 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event() 2650 thread = machine__findnew_thread(machine, pid, tid); in machine__set_current_tid()
|
| D | machine.h | 203 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
| D | build-id.c | 46 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit() 68 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread()
|
| D | event.c | 560 struct thread *thread = machine__findnew_thread(machine, sample->pid, in machine__resolve()
|
| D | intel-bts.c | 461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
|
| D | cs-etm.c | 2201 th = machine__findnew_thread(etm->machine, in cs_etm__process_itrace_start() 2237 th = machine__findnew_thread(etm->machine, in cs_etm__process_switch_cpu_wide()
|
| D | session.c | 1694 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew() 1709 thread = machine__findnew_thread(&session->machines.host, 0, 0); in perf_session__register_idle_thread()
|