Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dtrap_telemetry.c1051 rsb_entry_s submission_e = { 0 }; in trap_telemetry_report_exception() local
1052 submission_e.record.trap_type = trap_type; in trap_telemetry_report_exception()
1053 submission_e.record.trap_code = trap_code; in trap_telemetry_report_exception()
1054 submission_e.record.fault_pc = faulting_address; in trap_telemetry_report_exception()
1055 submission_e.options = options; in trap_telemetry_report_exception()
1056 submission_e.bt_frames_count = backtrace( in trap_telemetry_report_exception()
1057 submission_e.bt_frames, TRAP_TELEMETRY_BT_FRAMES, &ctl, NULL); in trap_telemetry_report_exception()
1059 return rsb_enqueue_if_needed(&submission_e); in trap_telemetry_report_exception()
1136 rsb_entry_s submission_e = { 0 }; in trap_telemetry_report_simulated_trap_with_backtrace() local
1137 submission_e.record.trap_type = trap_type; in trap_telemetry_report_simulated_trap_with_backtrace()
[all …]