Lines Matching defs:thread
26 #include "util/thread.h"
330 struct thread *thread;
336 thread = machine__findnew_thread(machine, pid, tid);
337 if (thread == NULL) {
343 nsi = nsinfo__get(thread->nsinfo);
356 dso = machine__findnew_vdso(machine, thread);
367 thread__put(thread);
564 struct thread *thread;
566 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
567 if (thread == NULL) {
573 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) {
581 thread__put(thread);