Lines Matching refs:thread
90 struct thread *thread; member
318 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in find_map()
412 thread__find_addr_map(ui->thread, PERF_RECORD_MISC_USER, in access_dso_mem()
514 static int entry(u64 ip, struct thread *thread, in entry() argument
520 thread__find_addr_location(thread, PERF_RECORD_MISC_USER, in entry()
563 int unwind__prepare_access(struct thread *thread) in unwind__prepare_access() argument
577 thread__set_priv(thread, addr_space); in unwind__prepare_access()
582 void unwind__flush_access(struct thread *thread) in unwind__flush_access() argument
589 addr_space = thread__priv(thread); in unwind__flush_access()
593 void unwind__finish_access(struct thread *thread) in unwind__finish_access() argument
600 addr_space = thread__priv(thread); in unwind__finish_access()
611 addr_space = thread__priv(ui->thread); in get_entries()
623 ret = ip ? entry(ip, ui->thread, cb, arg) : 0; in get_entries()
630 struct thread *thread, in unwind__get_entries() argument
636 .thread = thread, in unwind__get_entries()
637 .machine = thread->mg->machine, in unwind__get_entries()
648 ret = entry(ip, thread, cb, arg); in unwind__get_entries()