Lines Matching defs:thread
34 #include "thread.h"
98 struct thread *thread;
370 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al);
572 static int entry(u64 ip, struct thread *thread,
578 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);
662 WARN_ONCE(!ui->thread, "WARNING: ui->thread is NULL");
663 addr_space = ui->thread->maps->addr_space;
699 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0;
706 struct thread *thread,
711 .thread = thread,
712 .machine = thread->maps->machine,