Lines Matching refs:trap_code
101 uint64_t trap_code; member
140 CA_INT, trap_code,
162 if (r1->trap_code < r2->trap_code) { in match_record_compare()
164 } else if (r1->trap_code > r2->trap_code) { in match_record_compare()
442 uint64_t trap_code) in should_dump_trap() argument
452 trap_telemetry_dump_code != trap_code) { in should_dump_trap()
661 (uint32_t)rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_dump()
678 rsb_e->record.trap_type, rsb_e->record.trap_code); in rsb_entry_submit()
713 event->brk_code = (uint64_t)rsb_e->record.trap_code; in rsb_entry_submit()
756 event->trap_code = rsb_e->record.trap_code; in rsb_entry_submit()
1002 uint64_t trap_code, in should_ignore_trap() argument
1012 !should_dump_trap(trap_type, trap_code)) { in should_ignore_trap()
1023 uint64_t trap_code, in trap_telemetry_report_exception() argument
1027 if (should_ignore_trap(trap_type, trap_code, options)) { in trap_telemetry_report_exception()
1053 submission_e.record.trap_code = trap_code; in trap_telemetry_report_exception()
1066 uint64_t trap_code, in trap_telemetry_report_simulated_trap() argument
1069 if (should_ignore_trap(trap_type, trap_code, options)) { in trap_telemetry_report_simulated_trap()
1102 trap_code, in trap_telemetry_report_simulated_trap()
1111 trap_code, in trap_telemetry_report_simulated_trap()
1122 uint64_t trap_code, in trap_telemetry_report_simulated_trap_with_backtrace() argument
1128 if (should_ignore_trap(trap_type, trap_code, options)) { in trap_telemetry_report_simulated_trap_with_backtrace()
1138 submission_e.record.trap_code = trap_code; in trap_telemetry_report_simulated_trap_with_backtrace()