Searched refs:debug_info (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | task_info.c | 217 host_debug_info_internal_data_t debug_info; variable 234 task_debug_info_internal_data_t debug_info; variable 238 err = task_info(mach_task_self(), TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &count); 252 thread_debug_info_internal_data_t debug_info; variable 774 task_debug_info_internal_data_t debug_info; variable 825 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 828 debug_suspend_count = debug_info.suspend_count; 857 task_debug_info_internal_data_t debug_info; variable 908 debug_suspend_count = debug_info.suspend_count; 917 debug_suspend_count = debug_info.suspend_count; [all …]
|
| /xnu-11215/osfmk/arm64/ |
| H A D | pcb.c | 855 arm_debug_info_t * debug_info = arm_debug_info(); in arm_debug_set32() local 885 switch (debug_info->num_breakpoint_pairs) { in arm_debug_set32() 954 switch (debug_info->num_watchpoint_pairs) { in arm_debug_set32() 1057 arm_debug_info_t * debug_info = arm_debug_info(); in arm_debug_set64() local 1087 switch (debug_info->num_breakpoint_pairs) { in arm_debug_set64() 1156 switch (debug_info->num_watchpoint_pairs) { in arm_debug_set64() 1291 arm_debug_info_t *debug_info = arm_debug_info(); in debug_legacy_state_is_valid() local 1293 for (i = 0; i < debug_info->num_breakpoint_pairs; i++) { in debug_legacy_state_is_valid() 1299 for (i = 0; i < debug_info->num_watchpoint_pairs; i++) { in debug_legacy_state_is_valid() 1310 arm_debug_info_t *debug_info = arm_debug_info(); in debug_state_is_valid32() local [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | sched_clutch.c | 828 sched_clutch_dbg_thread_select_packed_t *debug_info) in sched_clutch_root_highest_root_bucket() argument 844 debug_info->trace_data.selection_was_edf = true; in sched_clutch_root_highest_root_bucket() 852 debug_info->trace_data.selection_was_edf = true; in sched_clutch_root_highest_root_bucket() 890 debug_info->trace_data.selection_was_edf = true; in sched_clutch_root_highest_root_bucket() 931 debug_info->trace_data.selection_was_edf = true; in sched_clutch_root_highest_root_bucket() 986 debug_info->trace_data.selection_opened_warp_window = true; in sched_clutch_root_highest_root_bucket() 989 debug_info->trace_data.selection_was_edf = false; in sched_clutch_root_highest_root_bucket() 999 debug_info->trace_data.selection_was_edf = false; in sched_clutch_root_highest_root_bucket() 2868 sched_clutch_dbg_thread_select_packed_t debug_info = {0}; in sched_clutch_hierarchy_thread_highest() local 2905 debug_info.trace_data.traverse_mode = mode; in sched_clutch_hierarchy_thread_highest() [all …]
|
| H A D | host.c | 344 host_debug_info_internal_t debug_info = (host_debug_info_internal_t)info; in host_info() local 345 bzero(debug_info, sizeof(host_debug_info_internal_data_t)); in host_info() 349 debug_info->config_coalitions = 1; in host_info() 351 debug_info->config_bank = 1; in host_info() 353 debug_info->config_atm = 1; in host_info() 356 debug_info->config_csr = 1; in host_info()
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 968 #define DEBUG_ALLOC_THROTTLE_INFO(format, debug_info, args...) \ 970 if ((debug_info)->alloc) \ 975 #define DEBUG_ALLOC_THROTTLE_INFO(format, debug_info, args...) argument
|