/sys$common/syshlp/CTF$HELP.HLB  —  ANALYZE  /DISPLAY
  /DISPLAY=(field,...)
  /NODISPLAY

 	Specifies which fields of a trace record (other than the
 	protocol data itself) are displayed.

 	The fields that can be displayed are:

 	[NO]ALL             All the fields shown below are
                             displayed.
 	[NO]CONTEXT         Tracepoint-specific information.
 	[NO]EVENT           Trace event code.
 	[NO]FUNCTION_CODE   The tracepoint-specific function code
                             of the operation being traced.
 	[NO]NAME            The name of the tracepoint from which
                             the trace record was collected. Names
                             longer than 16 characters will be
                             truncated on the right.
 	[NO]SIZE            The original size of the trace data, in
                             bytes.
 	[NO]STATUS          If the value in this field is non-zero, it
                             is the current status of the operation
                             being traced.
 	[NO]TIME            The time at which the trace record was
                             collected.

 	The default display is:

 	TIME
 	EVENT
 	SIZE
Close Help