Lines Matching refs:thread
30 #include "thread.h"
237 struct thread *thread, struct state *state)
251 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) {
279 ret_len = dso__data_read_offset(al.map->dso, thread->maps->machine,
378 struct thread *thread;
386 thread = machine__findnew_thread(machine, sample.pid, sample.tid);
387 if (!thread) {
392 ret = read_object_code(sample.ip, READLEN, sample.cpumode, thread, state);
393 thread__put(thread);
555 struct thread *thread;
623 thread = machine__findnew_thread(machine, pid, pid);
624 if (!thread) {
715 thread__put(thread);