FRTBK | Back to Index page |
Prolog Control Block Contents FRTBK DSECT Storage Layout Cross Reference (Contains links to field and bit definitions) |
|
FRTBK Prolog | Top of page |
NAME : HCPFRTBK DESCRIPTION: Function-Related Trace table vector entry DSECT : FRTBK FUNCTION : This control block defines the vector entry which is used to manage a function-related trace table. LOCATED BY : HCPFRTAN, anchor of the table. CREATED BY : HCPFRTOP - While opening a new function-related trace table. UNCREATED BY : HCPFRTCL - When releasing a function-related trace table. RELOCATION CONSIDERATIONS : None NOTES : FRTBK must be 64 bytes in length, because it is referenced in a vector page by rounding the token down to a 64 byte boundary. The first invocation of HCPFRTOP allocates an entire page of FRTBKs for the vector chain. When all these FRTBKs are in use, another entire page is allocated by HCPFRTOP. |
FRTBK Control Block Content | Top of page |
|
FRTBK Storage Layout | Top of page |
*** FRTBK - Function-Related Trace table vector entry * * +-------------------------------------------------------+ * 0 | | * = FRTNAME = * | | * +-------------------------------------------------------+ * 20 | FRTTOD | * +------+------+-------------+---------------------------+ * 28 |:STAT |:SEQNO| FRTCOUNT | FRTOPENR | * +------+------+-------------+---------------------------+ * 30 | FRTCURR |///////////////////////////| * +---------------------------+///////////////////////////| * |///////////////////////////////////////////////////////| * +-------------------------------------------------------+ * 40 * *** FRTBK - Function-Related Trace table vector entry *** Overlay for FRTCURR in FRTBK * * +---------------------------+ * 30 | FRTCHAIN | 34 * +---------------------------+ * *** Overlay for FRTCURR in FRTBK |
FRTBK Cross Reference | Top of page |
Symbol Dspl Value -------------- ---- ----- FRTBSIZE 0034 00000040 FRTCHAIN 0030 FRTCOUNT 002A FRTCURR 0030 FRTNAME 0000 FRTOPEN 0028 80 FRTOPENR 002C FRTSEQNO 0029 FRTSIZE 0034 00000008 FRTSTAT 0028 FRTTIME 0028 40 FRTTOD 0020 |
Copyright IBM Corporation, 1990, 2022