Symbol: machine__findnew_thread
tools/perf/builtin-inject.c
1159
thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-inject.c
622
thread = machine__findnew_thread(machine, pid, tid);
tools/perf/builtin-kmem.c
412
al.thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-kmem.c
987
struct thread *thread = machine__findnew_thread(machine, sample->pid,
tools/perf/builtin-kvm.c
1150
thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-kwork.c
748
thread = machine__findnew_thread(machine, sample->pid, sample->pid);
tools/perf/builtin-lock.c
1433
struct thread *thread = machine__findnew_thread(machine, sample->pid,
tools/perf/builtin-lock.c
850
thread = machine__findnew_thread(machine, -1, sample->pid);
tools/perf/builtin-lock.c
900
thread = machine__findnew_thread(machine, -1, sample->pid);
tools/perf/builtin-sched.c
1210
sched_out = machine__findnew_thread(machine, -1, prev_pid);
tools/perf/builtin-sched.c
1211
sched_in = machine__findnew_thread(machine, -1, next_pid);
tools/perf/builtin-sched.c
1258
struct thread *thread = machine__findnew_thread(machine, -1, pid);
tools/perf/builtin-sched.c
1305
wakee = machine__findnew_thread(machine, -1, pid);
tools/perf/builtin-sched.c
1371
migrant = machine__findnew_thread(machine, -1, pid);
tools/perf/builtin-sched.c
1601
struct thread *thread = machine__findnew_thread(machine, pid, tid);
tools/perf/builtin-sched.c
2408
thread = machine__findnew_thread(machine, sample->pid, sample->pid);
tools/perf/builtin-sched.c
2593
thread = machine__findnew_thread(machine, sample->pid,
tools/perf/builtin-sched.c
2686
thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-sched.c
2733
thread = machine__findnew_thread(machine, 0, pid);
tools/perf/builtin-sched.c
2772
thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/builtin-sched.c
2820
thread = machine__findnew_thread(machine, 0, pid);
tools/perf/builtin-sched.c
2853
thread = machine__findnew_thread(machine, -1, next_pid);
tools/perf/builtin-sched.c
942
child = machine__findnew_thread(machine, event->fork.pid,
tools/perf/builtin-sched.c
944
parent = machine__findnew_thread(machine, event->fork.ppid,
tools/perf/builtin-script.c
2924
thread = machine__findnew_thread(machine, pid, tid);
tools/perf/builtin-trace.c
2812
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
2893
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
2961
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
3091
struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
3154
struct thread *thread = machine__findnew_thread(trace->host,
tools/perf/builtin-trace.c
3313
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
3426
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/builtin-trace.c
3525
thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
tools/perf/tests/code-reading.c
549
thread = machine__findnew_thread(machine, sample.pid, sample.tid);
tools/perf/tests/code-reading.c
763
thread = machine__findnew_thread(machine, pid, pid);
tools/perf/tests/hists_common.c
98
thread = machine__findnew_thread(machine, fake_threads[i].pid,
tools/perf/tests/mmap-thread-lookup.c
194
thread = machine__findnew_thread(machine, getpid(), td->tid);
tools/perf/tests/symbols.c
33
ti->thread = machine__findnew_thread(ti->machine, 100, 100);
tools/perf/tests/thread-maps-share.c
34
leader = machine__findnew_thread(machine, 0, 0);
tools/perf/tests/thread-maps-share.c
35
t1 = machine__findnew_thread(machine, 0, 1);
tools/perf/tests/thread-maps-share.c
36
t2 = machine__findnew_thread(machine, 0, 2);
tools/perf/tests/thread-maps-share.c
37
t3 = machine__findnew_thread(machine, 0, 3);
tools/perf/tests/thread-maps-share.c
40
other = machine__findnew_thread(machine, 4, 5);
tools/perf/trace/beauty/pid.c
11
struct thread *thread = machine__findnew_thread(trace__host(trace), pid, pid);
tools/perf/util/aslr.c
465
thread = machine__findnew_thread(aslr_machine, event->mmap.pid, event->mmap.tid);
tools/perf/util/aslr.c
521
thread = machine__findnew_thread(aslr_machine, event->mmap2.pid, event->mmap2.tid);
tools/perf/util/aslr.c
667
thread = machine__findnew_thread(aslr_machine, kernel_pid, 0);
tools/perf/util/aslr.c
767
thread = machine__findnew_thread(aslr_machine, sample->pid, sample->tid);
tools/perf/util/bpf_lock_contention.c
586
struct thread *t = machine__findnew_thread(machine, /*pid=*/-1, pid);
tools/perf/util/bpf_lock_contention.c
750
struct thread *idle = machine__findnew_thread(machine,
tools/perf/util/build-id.c
62
struct thread *thread = machine__findnew_thread(machine, sample->pid,
tools/perf/util/cs-etm.c
2841
th = machine__findnew_thread(&etm->session->machines.host,
tools/perf/util/cs-etm.c
2879
th = machine__findnew_thread(&etm->session->machines.host,
tools/perf/util/cs-etm.c
644
tidq->frontend_thread = machine__findnew_thread(&etm->session->machines.host, -1,
tools/perf/util/cs-etm.c
646
tidq->decode_thread = machine__findnew_thread(&etm->session->machines.host, -1,
tools/perf/util/event.c
442
struct thread *thread = machine__findnew_thread(machine,
tools/perf/util/event.c
814
thread = machine__findnew_thread(machine, sample->pid, sample->tid);
tools/perf/util/intel-bts.c
464
thread = machine__findnew_thread(btsq->bts->machine, btsq->pid,
tools/perf/util/intel-pt.c
1240
struct thread *thread = machine__findnew_thread(pt->machine,
tools/perf/util/intel-pt.c
1278
struct thread *thread = machine__findnew_thread(pt->machine,
tools/perf/util/intel-pt.c
3334
ptq->thread = machine__findnew_thread(m, ptq->pid, ptq->tid);
tools/perf/util/jitdump.c
820
struct thread *thread = machine__findnew_thread(machine, pid, pid);
tools/perf/util/jitdump.c
860
thread = machine__findnew_thread(machine, pid, tid);
tools/perf/util/machine.c
111
struct thread *thread = machine__findnew_thread(machine, -1,
tools/perf/util/machine.c
1809
thread = machine__findnew_thread(machine, event->mmap2.pid,
tools/perf/util/machine.c
1866
thread = machine__findnew_thread(machine, event->mmap.pid,
tools/perf/util/machine.c
1909
struct thread *parent = machine__findnew_thread(machine,
tools/perf/util/machine.c
1929
parent = machine__findnew_thread(machine, event->fork.ppid,
tools/perf/util/machine.c
1939
thread = machine__findnew_thread(machine, event->fork.pid,
tools/perf/util/machine.c
3177
thread = machine__findnew_thread(machine, pid, tid);
tools/perf/util/machine.c
403
thread = machine__findnew_thread(machine, -1, pid);
tools/perf/util/machine.c
494
leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th));
tools/perf/util/machine.c
589
struct thread *thread = machine__findnew_thread(machine, 0, 0);
tools/perf/util/machine.c
610
struct thread *thread = machine__findnew_thread(machine,
tools/perf/util/machine.c
637
struct thread *thread = machine__findnew_thread(machine,
tools/perf/util/machine.h
229
struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
tools/perf/util/session.c
2959
return machine__findnew_thread(&session->machines.host, -1, pid);
tools/perf/util/session.c
3944
struct thread *thread = machine__findnew_thread(machine, pid, tid);
tools/perf/util/thread.c
32
struct thread *leader = machine__findnew_thread(machine, pid, pid);
tools/perf/util/thread.c
513
struct thread *parent = machine__findnew_thread(machine, pid, pid);