1 "         Begin include file  trace_types.incl.alm
 2 
 3           bool      page_fault_type,000000
 4           bool      seg_fault_start,020000
 5           bool      seg_fault_end,030000
 6           bool      linkage_fault_start,040000
 7           bool      linkage_fault_end,050000
 8           bool      boundfault_start,060000
 9           bool      boundfault_end,070000
10           bool      signaller_type,100000
11           bool      restart_fault_type,110000
12           bool      reschedule_type,120000
13           bool      marker_type,130000
14           bool      interrupt_type,140000
15           bool      extended_page_fault_type,170000
16 
17 "         End include file  trace_types.incl.alm