Searched refs:from_userspace (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.61.3/osfmk/i386/ |
| H A D | pcb_native.c | 305 lbr_mode_based_filter(uint64_t record, __unused boolean_t from_userspace) in lbr_mode_based_filter() argument 323 if (from_userspace) { in lbr_mode_based_filter() 341 …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 358 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 360 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 375 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 378 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 399 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 401 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 426 …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 | 434 …te_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, boolean_t from_userspace);
|