Lines Matching defs:thread
14 #include "thread.h"
52 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al);
124 /* We want only single thread to be processed. */
138 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) {
223 struct thread *thread,
229 .thread = thread,
230 .machine = thread->maps->machine,
259 err = !dwfl_attach_state(ui->dwfl, EM_NONE, thread->tid, &callbacks, ui);
263 err = dwfl_getthread_frames(ui->dwfl, thread->tid, frame_callback, ui);