Searched refs:from_userspace (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/osfmk/i386/ |
| H A D | pcb_native.c | 307 lbr_mode_based_filter(uint64_t record, __unused boolean_t from_userspace) in lbr_mode_based_filter() argument 325 if (from_userspace) { in lbr_mode_based_filter() 343 …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 360 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 362 machlbrp->lbrs[j].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 377 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 380 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].from_ip = lbr_mode_based_filter(from_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 403 machlbrp->lbrs[j].to_ip = lbr_mode_based_filter(to_rip, from_userspace); in i386_lbr_native_state_to_mach_thread_state() 428 …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 | 436 …te_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, boolean_t from_userspace);
|