Library /sys$common/syshlp/SDA.HLB  —  XFC Extension, SHOW  TRACE
    Displays all or selected portions of the XFC trace buffer,
    starting with the most recent entry and moving backward in time.

    Format

      XFC SHOW TRACE  [/ALL]/CONTAINING=value |/CPU=cpu-num

                      |/LINENUMBER=linenumber

                      |/MATCH [=[AND|OR]] |/Px=value |/RAW]

1  –  Qualifiers

1.1    /ALL

    Displays the entire trace buffer. This is the default.

1.2    /CONTAINING

       /CONTAINING=value

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

1.3    /CPU

       /CPU=cpu-num

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

1.4    /LINENUMBER

       /LINENUMBER=linenumber

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

1.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.

1.6    /Px

       /Px=value

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

1.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