| /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()
|
| 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 | 545 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 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() 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 D | thread.c | 32 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 D | bpf_lock_contention.c | 579 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 D | machine.h | 234 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
| H A D | jitdump.c | 820 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 D | event.c | 442 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 D | cs-etm.c | 618 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 D | build-id.c | 62 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit()
|
| 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 | 1886 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 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 | 900 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 D | builtin-trace.c | 2791 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 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 | 481 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 D | builtin-kvm.c | 1152 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in process_sample_event()
|
| 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 | 2905 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
|