Home
last modified time | relevance | path

Searched refs:submission_e (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dtrap_telemetry.c1114 rsb_entry_s submission_e = { 0 }; in trap_telemetry_report_exception() local
1115 submission_e.record.trap_type = trap_type; in trap_telemetry_report_exception()
1116 submission_e.record.trap_code = trap_code; in trap_telemetry_report_exception()
1117 submission_e.record.fault_pc = faulting_address; in trap_telemetry_report_exception()
1118 submission_e.options = options; in trap_telemetry_report_exception()
1119 submission_e.bt_frames_count = backtrace( in trap_telemetry_report_exception()
1120 submission_e.bt_frames, TRAP_TELEMETRY_BT_FRAMES, &ctl, NULL); in trap_telemetry_report_exception()
1122 return rsb_enqueue_if_needed(&submission_e); in trap_telemetry_report_exception()
1227 rsb_entry_s submission_e = { 0 }; in trap_telemetry_report_simulated_trap_with_backtrace() local
1228 submission_e.record.trap_type = trap_type; in trap_telemetry_report_simulated_trap_with_backtrace()
[all …]