Searched refs:from_userspace (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/osfmk/i386/ |
| H A D | pcb_native.c | 304 lbr_mode_based_filter(uint64_t record, __unused boolean_t from_userspace) in lbr_mode_based_filter() argument 322 if (from_userspace) { in lbr_mode_based_filter() 340 …tive_state_to_mach_thread_state(pcb_t pcb, last_branch_state_t *machlbrp, boolean_t from_userspace) in i386_lbr_native_state_to_mach_thread_state() argument 357 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 359 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 374 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 377 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 398 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 400 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 425 …ate_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, boolean_t from_userspace) in i386_filtered_lbr_state_to_mach_thread_state() argument [all …]
|
| H A D | machine_routines.h | 431 …te_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, boolean_t from_userspace);
|