Lines Matching refs:thread
90 struct thread *thread; member
320 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map()
422 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
524 static int entry(u64 ip, struct thread *thread, in entry() argument
530 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in entry()
573 int unwind__prepare_access(struct thread *thread) in unwind__prepare_access() argument
587 thread__set_priv(thread, addr_space); in unwind__prepare_access()
592 void unwind__flush_access(struct thread *thread) in unwind__flush_access() argument
599 addr_space = thread__priv(thread); in unwind__flush_access()
603 void unwind__finish_access(struct thread *thread) in unwind__finish_access() argument
610 addr_space = thread__priv(thread); in unwind__finish_access()
621 addr_space = thread__priv(ui->thread); in get_entries()
633 ret = ip ? entry(ip, ui->thread, cb, arg) : 0; in get_entries()
640 struct thread *thread, in unwind__get_entries() argument
646 .thread = thread, in unwind__get_entries()
647 .machine = thread->mg->machine, in unwind__get_entries()
658 ret = entry(ip, thread, cb, arg); in unwind__get_entries()