1 /ALL
Displays the entire trace buffer.
2 /COUNT
/COUNT=count Restricts the display to the first 'count' matching records.
3 /CPU
/CPU=cpu-num Display only records from threads executing on CPU cpu-num.
4 /LABEL
/LABEL=string Displays only records for which the label field contains string.
5 /LINENUMBER
/LINENUMBER=linenumber Displays only records from tracepoints at line linenumber in the relevant source files.
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.
7 /P1
/P1=value Displays only records for which the traced parameter P1 is equal to value.
8 /P2
/P2=value Displays only records for which the traced parameter P2 is equal to value.
9 /P3
/P3=value Displays only records for which the traced parameter P3 is equal to value.
10 /P4
/P4=value Displays only records for which the traced parameter P4 is equal to value.
11 /PX
/PX=value Displays only records where one or more of the traced parameters are equal to value.