Grouplist Definition

This defines the optional grouplist IDs. For more description and examples of groups see the online help for the trace command.

The intent of group definitions is to assign subsets of tracepoints to a meaningful category so that they may be selected by group name using the TRACE command. For example, tracepoints associated with file system APIs might be assigned to the FS group. Each tracepoint may be associated with at most one group. Note the difference between group and type association in this aspect.

The format is:

        GROUPLIST NAME=GroupName,ID=GroupValue,
                 [NAME=GroupName,ID=GroupValue,]...

where: