Library /sys$common/syshlp/SDA.HLB  —  XFC Extension, SHOW  TRACE  Qualifiers

1    /ALL

    Displays the entire trace buffer. This is the default.

2    /CONTAINING

       /CONTAINING=value

    Displays only records where any of the traced parameters is equal
    to value.

3    /CPU

       /CPU=cpu-num

    Displays only records from threads executing on CPU cpu-num.

4    /LINENUMBER

       /LINENUMBER=linenumber

    Displays only records from tracepoints at line linenumber in the
    relevant source files.

5    /MATCH

       /MATCH [= AND|OR]

    Alters the sense of the match condition when more than one of
    the filter qualifiers /CPU, /LINENUMBER, /FILENAME, /Px, or
    /CONTAINING are specified.

6    /Px

       /Px=value

    Displays only records where one of the traced parameters P1, P2,
    P3, or P4 is equal to value.

7    /RAW

    Displays contents of trace records in hexadecimal format without
    interpretation. By default, the values are displayed in human
    readable format with filenames.
Close Help