Lines Matching defs:thread
34 #include "thread.h"
98 struct thread *thread;
328 maps__for_each_entry(thread__maps(ui->thread), map_node) {
422 thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al);
640 static int entry(u64 ip, struct thread *thread,
648 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al);
737 WARN_ONCE(!ui->thread, "WARNING: ui->thread is NULL");
738 addr_space = maps__addr_space(thread__maps(ui->thread));
774 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0;
781 struct thread *thread,
787 .thread = thread,
788 .machine = maps__machine(thread__maps(thread)),