Lines Matching defs:thread
16 #include "thread.h"
137 struct thread *thread, struct machine *machine,
149 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, addr,
252 struct thread *thread;
260 thread = machine__findnew_thread(machine, sample.pid, sample.pid);
261 if (!thread) {
268 return read_object_code(sample.ip, READLEN, cpumode, thread, machine,
382 struct thread *thread;
450 thread = machine__findnew_thread(machine, pid, pid);
451 if (!thread) {