Searched refs:specsize (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.NegativeSpecSize.d31 * Setting the specsize to a negative number should throw a compiler error.
34 * Options and Tunables/specsize
40 #pragma D option specsize=-10
H A Derr.D_PRAGMA_OPTSET.InvalidSpecSize.d31 * Setting the specsize option to an illegal value throws the compiler error
35 * Options and Tunables/specsize
39 #pragma D option specsize=1b
H A Dbug.1001148.SpecSizeVariations.d31 * Verify the behavior of variations in specsize.
34 * Options and Tunables/specsize
39 * 1. 0 < specsize < 8
40 * 2. 8 <= specsize <= 39 || 0 == specsize
41 * 3. 40 <= specsize
42 * 4. 0 > specsize
47 #pragma D option specsize=10
H A Derr.D_PRAGMA_OPTSET.NegSpecSize.d30 * Verify the behavior of speculations with changes in specsize.
33 * Options and Tunables/specsize
38 #pragma D option specsize=-40
H A Derr.SpecSizeVariations1.d30 * Verify the behavior of variations in specsize.
33 * Options and Tunables/specsize
38 #pragma D option specsize=2
H A Derr.SpecSizeVariations2.d30 * Verify the behavior of variations in specsize.
33 * Options and Tunables/specsize
38 #pragma D option specsize=0
H A Dtst.SpecSizeVariations1.d30 * Verify the behavior of speculations with changes in specsize.
33 * Options and Tunables/specsize
38 #pragma D option specsize=8
H A Dtst.SpecSizeVariations2.d30 * Verify the behavior of speculations with changes in specsize.
33 * Options and Tunables/specsize
38 #pragma D option specsize=10
H A Dtst.SpecSizeVariations3.d33 * Verify the behavior of speculations with changes in specsize.
36 * Options and Tunables/specsize
41 #pragma D option specsize=48
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d35 * Options and Tunables/specsize;
52 #pragma D option specsize=100t
H A Derr.resize3.d36 * Options and Tunables/specsize
41 #pragma D option specsize=100t
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d30 #pragma D option specsize=32
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c100 int specsize; /* size of {} specification - 1 or 2 parts */ variable
336 specsize = 1;
352 if (specsize == 2) {
357 specsize = 2;
386 specsize = 0;
398 if (specsize == 1) {
413 if (specsize == 2) {
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhoqueue.d29 #pragma D option specsize=100k
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java529 public static final String specsize = "specsize"; field in class:Option

Completed in 61 milliseconds