1 
 2 
 3      "BEGIN INCLUDE FILE sys_trace.incl.alm
 4 
 5 
 6           "Created 12/03/83  1314.8 est Sat by convert_include_file,
 7           "   Version of 11/07/82  1445.1 est Sun.
 8 
 9           "Made from >udd>m>bim>w>cpt>sys_trace.incl.pl1,
10           "   modified 12/03/83  1314.1 est Sat
11 
12 "         all structures except trace removed by hand -- BIM
13 
14 "
15 "         Structure trace
16 "
17           equ       trace_size,2056
18 
19           equ       trace.next_free_word,0
20           equ       trace.next_free_shift,19
21           bool      trace.next_free_mask,377777
22 
23           equ       trace.last_available_word,1
24           equ       trace.last_available_shift,19
25           bool      trace.last_available_mask,377777
26 
27           equ       trace.ttime,2                 " DOUBLE
28           equ       trace.temp,4
29 
30           equ       trace.index_word,5
31           equ       trace.index_shift,19
32           bool      trace.index_mask,377777
33 
34           equ       trace.threshold_word,6
35           equ       trace.threshold_shift,19
36           bool      trace.threshold_mask,377777
37           equ       trace.flags,6                 " LOWER
38           equ       trace.send_ips_word,6
39           bool      trace.send_ips,400000         " DL
40 
41           equ       trace.data,8                  " LEVEL 2
42 
43           equ       trace.data_word,8
44 
45      "END INCLUDE FILE sys_trace.incl.alm