Index: cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 =================================================================== --- cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -523,6 +523,76 @@ Boolean options are enabled by specifying their name. Options with values are set by separating the option name and value with an equals sign (=). +.Bl -tag -width indent +.It aggrate Ar time +Rate of aggregation reading. +.It aggsize Ar size +Size of the aggregation buffer (e.g. 16m). +.It bufresize Ar auto | manual +Buffer resizing policy. +.It bufsize Ar size +Size of the principal buffer (e.g. 16m). Same as the +.Fl b +flag. +.It cleanrate Ar time +Cleaning rate. +Must be specified in number-per-second with the hz suffix. +.It cpu Ar scalar +Specifies the CPU on with to enable tracing. +Same as the +.Fl c +flag. +.It defaultargs +Allow references to unspecified macro arguments +.It destructive +Allows destructive actions. +Same as the +.Fl w +flag. +.It dynvarsize Ar size +Size of the dynamic variable space (e.g. 16m). +.It flowindent +Turns on flow indentation. +Same as the +.Fl F +flag. +.It grabanon +Claim anonymous state. +Same as the +.Fl a +flag. +.It jstackframes Ar scalar +Number of default stack frames for +.Fn jstack . +.It jstackstrsize Ar scalar +Default string space size for +.Fn jstack . +.It nspec Ar scalar +Number of speculations. +.It quiet +Set quiet mode. +Same as the +.Fl q +flag. +.It specsize Ar size +Size of the speculation buffer size (e.g. 16m). +.It strsize Ar size +Maximum length of strings. +.It stackframes Ar scalar +Number of stack frames. +.It stackindent Ar scalar +Number of whitespace characters to use when indenting +.Fn stack +and +.Fn ustack +output. +.It statusrate Ar time +Rate of status checking. +.It switchrate Ar time +Rate of buffer switching. +.It ustackframes Ar scalar +Number of user stack frames. +.El .It Fl X Cm a | c | s | t Specify the degree of conformance to the ISO C standard that should be selected when invoking