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

    Format

      SHOW TRACE [/ALL]
                 [/COUNT]
                 [/CPU]
                 [/LINENUMBER]
                 [/LABEL]
                 [/P1][/P2][/P3][/P4][/PX]
                 [/MATCH]

1  –  Qualifiers

1.1    /ALL

    Displays the entire trace buffer.

1.2    /COUNT

      /COUNT=count

    Restricts the display to the first 'count' matching records.

1.3    /CPU

      /CPU=cpu-num

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

1.4    /LABEL

      /LABEL=string

    Displays only records for which the label field contains
    string.

1.5    /LINENUMBER

      /LINENUMBER=linenumber

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

1.6    /MATCH

      /MATCH[=[AND|OR]] (default /MATCH=OR)

    Alters the sense of the match condition when multiple filter qualifiers
    (/CPU, /LINENUMBER, /LABEL, /P1, /P2, /P3, /P4, or /PX) are specified.

1.7    /P1

      /P1=value

    Displays only records for which the traced parameter P1
    is equal to value.

1.8    /P2

      /P2=value

    Displays only records for which the traced parameter P2
    is equal to value.

1.9    /P3

      /P3=value

    Displays only records for which the traced parameter P3
    is equal to value.

1.10    /P4

      /P4=value

    Displays only records for which the traced parameter P4
    is equal to value.

1.11    /PX

      /PX=value

    Displays only records where one or more of the traced parameters
    are equal to value.
Close Help