/linux/tools/perf/tests/ |
H A D | thread-maps-share.c | 34 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 D | mmap-thread-lookup.c | 194 thread = machine__findnew_thread(machine, getpid(), td->tid); in mmap_events()
|
H A D | symbols.c | 33 ti->thread = machine__findnew_thread(ti->machine, 100, 100); in init_test_info() 35 pr_debug("machine__findnew_thread() failed!\n"); in init_test_info()
|
H A D | hists_common.c | 98 thread = machine__findnew_thread(machine, fake_threads[i].pid, in setup_fake_machine()
|
H A D | code-reading.c | 490 thread = machine__findnew_thread(machine, sample.pid, sample.tid); in process_sample_event() 492 pr_debug("machine__findnew_thread failed\n"); in process_sample_event() 704 thread = machine__findnew_thread(machine, pid, pid); in do_test_code_reading() 706 pr_debug("machine__findnew_thread failed\n"); in do_test_code_reading()
|
/linux/tools/perf/trace/beauty/ |
H A D | pid.c | 8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid); in syscall_arg__scnprintf_pid()
|
/linux/tools/perf/util/ |
H A D | machine.c | 110 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() 547 * The reason is that we call machine__findnew_thread within in __machine__findnew_thread() 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(machin in machine__process_mmap_event() [all...] |
H A D | thread.c | 32 struct thread *leader = machine__findnew_thread(machine, pid, pid); in thread__init_maps() 492 struct thread *parent = machine__findnew_thread(machine, pid, pid); in thread__e_machine()
|
H A D | machine.h | 234 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
H A D | bpf_lock_contention.c | 573 struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid); in lock_contention_get_name() 737 struct thread *idle = machine__findnew_thread(machine, in lock_contention_read()
|
H A D | jitdump.c | 816 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid() 856 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
|
H A D | cs-etm.c | 619 tidq->thread = machine__findnew_thread(&etm->session->machines.host, -1, in cs_etm__init_traceid_queue() 2762 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_itrace_start() 2800 th = machine__findnew_thread(&etm->session->machines.host, in cs_etm__process_switch_cpu_wide()
|
H A D | intel-bts.c | 463 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid, in intel_bts_process_queue()
|
H A D | session.c | 1694 return machine__findnew_thread(&session->machines.host, -1, pid); in perf_session__findnew() 2640 struct thread *thread = machine__findnew_thread(machine, pid, tid); in perf_session__set_guest_cpu()
|
H A D | intel-pt.c | 1240 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 D | builtin-sched.c | 893 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 895 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 1157 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 1158 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1206 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event() 1246 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event() 1313 migrant = machine__findnew_thread(machine, -1, pid); in latency_migrate_task_event() 1552 struct thread *thread = machine__findnew_thread(machine, pid, tid); in map__findnew_thread() 2340 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in save_task_callchain() 2520 thread = machine__findnew_thread(machin in timehist_get_thread() [all...] |
H A D | builtin-trace.c | 2769 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter() 2848 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__fprintf_sys_enter() 2914 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit() 3043 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__vfs_getname() 3106 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime() 3242 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__event_handler() 3351 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault() 3449 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__process_sample()
|
H A D | builtin-lock.c | 858 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 D | builtin-kmem.c | 411 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 D | builtin-inject.c | 408 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso() 938 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
|
H A D | builtin-kwork.c | 703 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
|
H A D | builtin-script.c | 2578 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
|