This defines the optional typelist event IDs. For more description and examples of event types see the online help for the trace command.

The intent of type definitions is to assign one or more categories to a tracepoint so that they may be selected as a subset of one or more groups by the TRACE command. For example, tracepoints at routine entry points might be assigned a type of PRE, while those defined at return points might be assigned a type of POST. Each tracepoint may be associated with 0 or more types.

The format is:

        TYPELIST NAME=TypeName,ID=TypeValue,
                [NAME=TypeName,ID=TypeValue,]...

where: