Console Trace Controls

Use this window to display and manage the console trace controls. These controls determine which trace entries will be written to the in-memory trace buffer, and whether or not the in-memory trace buffer should be written to a file (IQZDTRAC.TRM).

Trace types

T
Provides code flow of control information. This is enabled in the code shipped to the field.
F
Provides additional debugging information. This is enabled in the code shipped to the field.
D
Provides additional bring-up level debugging information. This is not enabled in the code shipped to the field.
L
Provides additional debugging information from the error log manager. This is not enabled in the code shipped to the field.

PIDs

A trace PID (Process ID) specification of 0 indicates this trace template applies to all running processes. A non-0 (hex) trace PID specification indicates that this trace template should only be applied to the specified process.

TIDs

A trace TID (Thread ID) specification of 0 indicates this trace template applies to all threads in the processes. A non-0 (hex) trace TID specification indicates that this trace template should only be applied to the specified thread.

Examples

To trace all entries which start with a pattern of "XOCI", enter the following template options:

 Template      T   F   D   L
 ----------------------------
 XOCI*         +   +   +   +

To trace all "T" type trace entries except for those starting with a pattern of "XOCI", enter the following template options:

 Template      T   F   D   L
 ----------------------------
 XOCI*         -
 *             +

To trace all "T" type trace entries and all entries which start with a pattern of "XOCI", enter the following template options:

 Template      T   F   D   L
 ----------------------------
 XOCI*         +   +   +   +
 *             +

You can find more detailed help on the following elements of this window:

Write to file
Max file size (KB)
Allow tracing of memory calls
Template
Apply
Defaults
Cancel
Help