Lines Matching +full:oc +full:- +full:level +full:- +full:select

33 .Op Fl -libxo
45 .Op Fl P Ar provider Oo Oo Ar predicate Oc Ar action Oc
46 .Op Fl m Oo Ar provider : Oc Ar module Oo Oo Ar predicate Oc Ar action Oc
47 .Op Fl f Oo Oo Ar provider : Oc Ar module : Oc Ar function Oo Oo Ar predicate \
48 Oc Ar action Oc
49 .Op Fl n Oo Oo Oo Ar provider : Oc Ar module : Oc Ar function : Oc Ar name \
50 Oo Oo Ar predicate Oc Ar action Oc
51 .Op Fl i Ar probe-id Oo Oo Ar predicate Oc Ar action Oc
62 .Bl -bullet -offset indent
104 avoid interpretation of meta-characters by the shell.
107 .Bl -tag -width indent
115 forces the D compiler to compile a D program using the 32-bit data model.
120 forces the D compiler to compile a D program using the 64-bit data model.
125 D programs compiled for either data model can be executed on both 32-bit and
126 64-bit kernels.
193 You can select the degree of C standard conformance if you use the
202 For example, if-statements in D are implemented using such transformations: a
203 conditional clause in a probe body is replaced at compile-time by a separate
231 .It Fl f Oo Oo Ar provider : Oc Ar module : Oc Ar function Oo Oo Ar predicate \
232 Oc Ar action Oc
257 .Ql -> .
259 .Ql <- .
311 .It Fl i Ar probe-id Op Oo Ar predicate Oc Ar action
313 .Ar ( probe-id )
317 You can specify probe IDs using decimal integers as shown by `dtrace -l`.
361 .It Fl -libxo
366 .It Fl m Oo Ar provider : Oc Ar module Oo Oo Ar predicate Oc Ar action Oc
387 .It Fl n Oo Oo Oo Ar provider : Oc Ar module : Oc Ar function : Oc Ar name \
388 Oo Oo Ar predicate Oc Ar action Oc
415 .Fl -libxo
444 Grab the specified process-ID
453 The first process-ID is made available to any D programs specified on the
459 .It Fl P Ar provider Oo Oo Ar predicate Oc Ar action Oc
521 dependency level for the specified D programs.
547 to disallow the possibility of enabling destructive actions system-wide at any point at all.
590 .Bl -tag -width indent
600 Size of the per-CPU principal buffer.
606 Must be specified in number-per-second with the
651 .Bl -column -offset indent "postinit" "D Program Evaluation Time"
734 use regular human-readable output which is its default behavior.
780 .Bl -tag -width indent
826 ease re-use of settings from a C build environment.
832 .Bl -bullet -offset indent
842 __sparcv9 (on SPARC systems only when 64-bit programs are compiled)
844 __i386 (on x86 systems only when 32-bit programs are compiled)
846 __amd64 (on x86 systems only when 64-bit programs are compiled)
848 __`uname -s`_`uname -r` (for example,
849 .Ql FreeBSD_9.2-RELEASE .
882 The output will always have a top-level object called
889 .Bd -literal
902 ... (script-specific output)
920 ... (script-specific output)
929 .Bd -literal
938 ... (script-specific output)
947 .Bd -literal
949 <div class="data" data-tag="timestamp">...</div>
951 <div class="data" data-tag="cpu">...</div>
953 <div class="data" data-tag="id">...</div>
955 <div class="data" data-tag="provider">...</div>
957 <div class="data" data-tag="module">...</div>
959 <div class="data" data-tag="function">...</div>
961 <div class="data" data-tag="name">...</div>
962 <div class="data" data-tag="... (script-specific output)">...</div>
971 and a data-tag is associated with each of the keys.
982 .Bd -literal
1003 .Bd -literal
1004 # dtrace --libxo json,pretty -n 'BEGIN { printf("... %Y, ..", walltimestamp); }'
1032 .Dq aggregation-data
1034 .Bd -literal
1036 "aggregation-data": [
1044 "aggregation-name": ...
1064 the left-hand side and the right-hand side of human-readable
1068 .Bd -literal
1070 "aggregation-data": [
1090 "aggregation-name": ...
1106 .Bd -literal
1122 .Bd -literal
1123 # dtrace -x oformat=json,pretty -On 'BEGIN { sym((uintptr_t)&`prison0); }'
1131 # dtrace --libxo json,pretty -On 'BEGIN { sym((uintptr_t)curthread); }'
1146 .Dq stack-frames
1150 .Dq ustack-frames .
1154 .Bd -literal
1156 "stack-frames": [
1174 "ustack-frames": [
1197 .Bd -literal
1201 "object-name": "kernel",
1206 "member-name": "td_lock",
1219 .Dq type-identifier
1227 provides a special pseudo-probe to represent drops.
1233 .Bd -literal
1235 "cpu": -1,
1236 "id": -1,
1256 .Bl -tag -width 'DTRACE_DEBUG'
1264 .Bl -tag -width /boot/dtrace.dof -compact
1270 .Bl -tag -width indent
1288 .Bl -diag