Searched refs:speculate (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/dtrace-147/test/tst/common/speculation/
H A Dtst.negspec.d31 speculate(-1);
H A Dtst.zerosize.d34 speculate(self->spec);
42 speculate(self->spec);
47 speculate(self->spec);
H A Dtst.SpeculationCommit.d30 * ASSERTION: Test the normal behavior of speculate() and commit().
44 self->speculate = 0;
49 /1 > self->speculate/
51 speculate(self->var);
52 self->speculate++;
53 printf("Called speculate on id: %d\n", self->var);
57 /1 <= self->speculate/
H A Dtst.SpeculationDiscard.d30 * ASSERTION: Test the normal behavior of speculate() and discard().
43 self->speculate = 0;
48 /1 > self->speculate/
50 speculate(self->var);
51 self->speculate++;
52 printf("Called speculate on id: %d\n", self->var);
56 /1 <= self->speculate/
H A Derr.D_SPEC_SPEC.SpecAftSpec.d31 * A clause can contain only one speculate() call.
49 speculate(var1);
51 speculate(var2);
H A Dtst.SpeculateWithRandom.d31 * When speculate() is called with an inactive buffer number, it is
45 speculate(3456710);
H A Derr.D_ACT_SPEC.SpeculateWithBreakPoint.d49 speculate(var);
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d47 speculate(var);
49 @avrg["speculate"] = avg(i);
H A Derr.D_AGG_SPEC.SpeculateWithCount.d47 speculate(var);
49 @counts["speculate"] = count();
H A Derr.D_AGG_SPEC.SpeculateWithMax.d47 speculate(var);
49 @Maximus["speculate"] = max(i);
H A Derr.D_AGG_SPEC.SpeculateWithMin.d47 speculate(var);
49 @Minimus["speculate"] = min(i);
H A Derr.D_AGG_SPEC.SpeculateWithSum.d47 speculate(var);
49 @sums["speculate"] = sum(i);
H A Derr.D_EXIT_SPEC.ExitAftSpec.d50 speculate(self->spec);
H A Derr.D_PROTO_LEN.SpecNoId.d31 * An identifier returned from speculation must be passed to the speculate()
48 speculate();
H A Derr.D_SPEC_DREC.SpecAftDataRec.d31 * speculate() may not follow data recording actions.
51 speculate(self->spec);
H A Dtst.ExitAftDiscard.d46 speculate(self->spec);
H A Derr.D_COMM_COMM.DisjointCommit.d63 speculate(var1);
71 speculate(var2);
H A Derr.D_SPEC_COMM.SpecAftCommit.d31 * A clause cannot contain a speculate after a commit.
51 speculate(var1);
65 speculate(var1);
H A Derr.D_ACT_SPEC.SpeculateWithChill.d49 speculate(var);
H A Derr.D_ACT_SPEC.SpeculateWithCopyOut.d54 speculate(var);
H A Derr.D_ACT_SPEC.SpeculateWithCopyOutStr.d53 speculate(var);
/macosx-10.10.1/dtrace-147/test/tst/common/buffering/
H A Dtst.resize3.d61 speculate(spec);
H A Derr.resize3.d50 speculate(spec);
/macosx-10.10.1/dtrace-147/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d36 speculate(spec);
/macosx-10.10.1/dtrace-147/test/tst/common/docsExamples/
H A Dspecopen.d44 speculate(self->spec);
52 speculate(self->spec);
59 speculate(self->spec);

Completed in 369 milliseconds

123