Lines Matching defs:thread
31 #include "thread.h"
229 struct thread *thread, struct state *state)
245 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) {
273 ret_len = dso__data_read_offset(dso, maps__machine(thread__maps(thread)),
379 struct thread *thread;
387 thread = machine__findnew_thread(machine, sample.pid, sample.tid);
388 if (!thread) {
393 ret = read_object_code(sample.ip, READLEN, sample.cpumode, thread, state);
394 thread__put(thread);
556 struct thread *thread;
627 thread = machine__findnew_thread(machine, pid, pid);
628 if (!thread) {
719 thread__put(thread);