Measure Reference Manual
CTRL^DESC
is the descriptor for CONTROLLER entities on systems running D-series RVUs.
Struct Ctrl^desc (*) -- controller descriptor structure
BEGIN
Int Type; -- controller entity type
Int Len; -- byte length of the descriptor
Int CPU^number; -- CPU number
Int Channel; -- channel number
Int Ctrl; -- controller number
Int Ctrl^type; -- controller type
End;
type
INT:value:1
is the literal value CTRL^T or the numeric identifier 18.
A positive type value includes the specified entities in the measurement configuration. A
negative type value excludes the specified entities from measurement. For an example, see
Specifying Entity Descriptors (page 376).
len
INT:value:1
is the length in bytes of this descriptor.
cpu^number
INT:value:1
is the number of the CPU on which the controller is configured. To indicate all CPUs, use the
literal -1.
channel
INT:value:1
is the channel number of the controller to be measured.
ctrl
INT:value:1
is the controller number (0 through 31). To indicate all controllers, use the literal -1.
ctrl-type
INT:value:1
is the controller type (HP product number, such as 3129).
CTRL^DESC 455