This defines the optional typelist event IDs. For more description and examples of event types see the online help for the trace command.
The format is:
TYPELIST NAME=TypeName,ID=TypeValue,
[NAME=TypeName,ID=TypeValue,]...
where:
NAME=Typename
An example TYPELIST definition follows:
TYPELIST NAME=PRE,ID=1, NAME=SYS,ID=0x40,
NAME=API,ID=128,
NAME=POST,ID=0x8000,.....