Intel® Trace Analyzer and Collector User and Reference Guide

ID 767272
Date 3/31/2023
Public
Document Table of Contents

GROUP

Syntax

GROUP <name><name>|<triplet>[, ...]

Variable

VT_GROUP

Description

This option defines a new group. The members of the group can be other groups or processes enumerated with triplets. Groups are identified by their name. It is possible to refer to automatically generated groups (Example: those for the nodes in the machine), however, groups generated with API functions have to be defined on the process which reads the config to be usable in config groups.

Example

GROUP odd 1:N:2
GROUP even 0:N:2
GROUP "odd even" odd,even