Searched refs:timestamp (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/demo/dtrace/
H A Dend.d29 start = timestamp;
38 printf("total time: %d secs", (timestamp - start) / 1000000000);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Derr.D_PROTO_ARG.badsig.d40 x[123, "foo"] = timestamp;
45 x[123, 456] = timestamp;
H A Derr.D_PROTO_LEN.toofew.d40 x[123, 456] = timestamp;
45 x[123] = timestamp;
H A Derr.D_PROTO_LEN.toomany.d40 x[123, 456] = timestamp;
45 x[123, 456, 789] = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_LQUANT_BASEVAL.bad.d41 @a[1] = lquantize(timestamp, 2147483657, 1000, 1);
H A Derr.D_LQUANT_LIMVAL.bad.d42 @a[1] = lquantize(timestamp, 100, 2147483657, 1);
H A Derr.D_LQUANT_BASETYPE.lqbad1.d42 @a[1] = lquantize(timestamp, x, 1000, 1);
H A Derr.D_LQUANT_BASETYPE.lqshort.d42 @a[1] = lquantize(timestamp, x, 1000, 1);
H A Derr.D_LQUANT_LIMTYPE.lqbad1.d43 @a[1] = lquantize(timestamp, 100, rand(), 1);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef1.d41 inline int foo = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_ARG.toupper.d28 trace(toupper(timestamp));
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dtick.d30 @[probename] = lquantize((timestamp / 1000000) % 10, 0, 10);
H A Dticktime.d32 @[cpu] = min(timestamp - last[cpu]);
37 last[cpu] = timestamp;
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dnormalize.d34 start = timestamp;
48 normalize(@func, (timestamp - start) / 1000000000);
H A Dclear.d31 last = timestamp;
41 normalize(@func, (timestamp - last) / 1000000000);
44 last = timestamp;
H A Dtrunc.d31 last = timestamp;
42 normalize(@func, (timestamp - last) / 1000000000);
45 last = timestamp;
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dprogtime.d29 self->start = timestamp;
35 @[execname] = quantize(timestamp - self->start);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.timestamp.d31 * To print build-in variable 'timestamp'
40 self->t = timestamp;
41 printf("The difftime = %d\n", timestamp - self->t);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d31 * Calculate timestamp between BEGIN and END.
42 total = timestamp - start;
47 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.coverage.d41 timeout = timestamp + 2000000000;
48 /timestamp > timeout/
H A Dtst.float.d40 timeout = timestamp + 5000000000;
47 /timestamp > timeout/
H A Dtst.gcc.d42 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise2.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise3.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/

Completed in 125 milliseconds

1234567891011>>