Searched refs:machine__findnew_thread (Results 1 - 25 of 25) sorted by relevance

/linux-master/tools/perf/tests/
H A Dthread-maps-share.c34 leader = machine__findnew_thread(machine, 0, 0);
35 t1 = machine__findnew_thread(machine, 0, 1);
36 t2 = machine__findnew_thread(machine, 0, 2);
37 t3 = machine__findnew_thread(machine, 0, 3);
40 other = machine__findnew_thread(machine, 4, 5);
H A Dmmap-thread-lookup.c191 thread = machine__findnew_thread(machine, getpid(), td->tid);
H A Dsymbols.c29 ti->thread = machine__findnew_thread(ti->machine, 100, 100);
31 pr_debug("machine__findnew_thread() failed!\n");
H A Dhists_common.c98 thread = machine__findnew_thread(machine, fake_threads[i].pid,
H A Dcode-reading.c397 thread = machine__findnew_thread(machine, sample.pid, sample.tid);
399 pr_debug("machine__findnew_thread failed\n");
607 thread = machine__findnew_thread(machine, pid, pid);
609 pr_debug("machine__findnew_thread failed\n");
/linux-master/tools/perf/trace/beauty/
H A Dpid.c8 struct thread *thread = machine__findnew_thread(trace->host, pid, pid);
/linux-master/tools/perf/
H A Dbuiltin-sched.c888 child = machine__findnew_thread(machine, event->fork.pid,
890 parent = machine__findnew_thread(machine, event->fork.ppid,
1131 sched_out = machine__findnew_thread(machine, -1, prev_pid);
1132 sched_in = machine__findnew_thread(machine, -1, next_pid);
1180 struct thread *thread = machine__findnew_thread(machine, -1, pid);
1220 wakee = machine__findnew_thread(machine, -1, pid);
1287 migrant = machine__findnew_thread(machine, -1, pid);
1526 struct thread *thread = machine__findnew_thread(machine, pid, tid);
2166 thread = machine__findnew_thread(machine, sample->pid, sample->pid);
2332 thread = machine__findnew_thread(machin
[all...]
H A Dbuiltin-trace.c2346 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2422 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2494 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2618 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2681 struct thread *thread = machine__findnew_thread(trace->host,
2824 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2930 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
3025 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
H A Dbuiltin-lock.c951 thread = machine__findnew_thread(machine, -1, sample->pid);
1001 thread = machine__findnew_thread(machine, -1, sample->pid);
1534 struct thread *thread = machine__findnew_thread(machine, sample->pid,
H A Dbuiltin-kmem.c411 al.thread = machine__findnew_thread(machine, sample->pid, sample->tid);
965 struct thread *thread = machine__findnew_thread(machine, sample->pid,
H A Dbuiltin-inject.c422 thread = machine__findnew_thread(machine, pid, tid);
756 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
H A Dbuiltin-kvm.c1209 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
H A Dbuiltin-kwork.c702 thread = machine__findnew_thread(machine, sample->pid, sample->pid);
H A Dbuiltin-script.c2539 thread = machine__findnew_thread(machine, pid, tid);
/linux-master/tools/perf/util/
H A Dmachine.c112 struct thread *thread = machine__findnew_thread(machine, -1,
385 thread = machine__findnew_thread(machine, -1, pid);
476 leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th));
535 * The reason is that we call machine__findnew_thread within
551 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) function
571 struct thread *thread = machine__findnew_thread(machine, 0, 0);
592 struct thread *thread = machine__findnew_thread(machine,
619 struct thread *thread = machine__findnew_thread(machine,
1816 thread = machine__findnew_thread(machine, event->mmap2.pid,
1873 thread = machine__findnew_thread(machin
[all...]
H A Dbpf_lock_contention.c331 struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid);
425 struct thread *idle = machine__findnew_thread(machine,
H A Dmachine.h208 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
H A Dthread.c29 struct thread *leader = machine__findnew_thread(machine, pid, pid);
H A Dbuild-id.c52 struct thread *thread = machine__findnew_thread(machine, sample->pid,
76 struct thread *thread = machine__findnew_thread(machine,
H A Djitdump.c796 struct thread *thread = machine__findnew_thread(machine, pid, pid);
835 thread = machine__findnew_thread(machine, pid, tid);
H A Dcs-etm.c486 tidq->thread = machine__findnew_thread(&etm->session->machines.host, -1,
2688 th = machine__findnew_thread(&etm->session->machines.host,
2726 th = machine__findnew_thread(&etm->session->machines.host,
H A Dintel-bts.c461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid,
H A Devent.c709 * machine__findnew_thread()
720 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
H A Dintel-pt.c1236 struct thread *thread = machine__findnew_thread(pt->machine,
1274 struct thread *thread = machine__findnew_thread(pt->machine,
3105 ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid);
H A Dsession.c1903 return machine__findnew_thread(&session->machines.host, -1, pid);
2827 struct thread *thread = machine__findnew_thread(machine, pid, tid);

Completed in 360 milliseconds