Home
last modified time | relevance | path

Searched refs:timestamp (Results 51 – 75 of 334) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/assocs/
H A Derr.D_PROTO_LEN.toomany.d38 x[123, 456] = timestamp;
43 x[123, 456, 789] = timestamp;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_cred.c88 credenc.timestamp = replaydata->timestamp; in krb5_mk_ncred_basic()
206 if ((retval = krb5_us_timeofday(context, &replaydata.timestamp, in krb5_mk_ncred()
210 outdata->timestamp = replaydata.timestamp; in krb5_mk_ncred()
263 replay.ctime = replaydata.timestamp; in krb5_mk_ncred()
/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/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h53 int timestamp; /* whether timestamps are enabled */ member
90 if (tb->timestamp) { \
103 if (tb->timestamp) { \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d40 total = timestamp - start;
45 start = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.coverage.d39 timeout = timestamp + 2000000000;
46 /timestamp > timeout/
H A Dtst.float.d38 timeout = timestamp + 5000000000;
45 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.timestamp.d38 self->t = timestamp;
39 printf("The difftime = %d\n", timestamp - self->t);
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dnormalize.d34 start = timestamp;
48 normalize(@func, (timestamp - start) / 1000000000);
H A Dwritetime.d29 self->ts = timestamp;
35 @time[execname] = avg(timestamp - self->ts);
H A Dwritetimeq.d29 self->ts = timestamp;
35 @time[execname] = quantize(timestamp - self->ts);
H A Drenormalize.d31 start = timestamp;
41 normalize(@func, (timestamp - start) / 1000000000);
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dprogtime.d29 self->start = timestamp;
35 @[execname] = quantize(timestamp - self->start);
H A Dlwptime.d30 self->start = timestamp;
36 @[execname] = quantize(timestamp - self->start);
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dticktime.d32 @[cpu] = min(timestamp - last[cpu]);
37 last[cpu] = timestamp;
H A Dwhere.d29 self->ts = timestamp;
35 @[cpu] = quantize(timestamp - self->ts);
H A Dpritime.d31 start = timestamp;
37 printf("%d %d\n", timestamp - start, args[2]);
H A Dxterm.d31 start = timestamp;
37 @[execname] = lquantize((timestamp - start) / 1000000000, 0, 10);
/illumos-gate/usr/src/cmd/dtrace/demo/vars/
H A Drtime.d29 self->t = timestamp;
36 pid, tid, timestamp - self->t);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d40 start = timestamp;
50 normalize(@func, (timestamp - start) / 1000000000);
H A Drtime.d40 self->t = timestamp;
47 tid, timestamp - self->t);
H A Drwtime.d40 ts[probefunc] = timestamp;
47 printf("%d nsecs\n", timestamp - ts[probefunc]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.args.d38 timeout = timestamp + 5000000000;
54 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/demo/vminfo/
H A Dsoffice.d36 start = timestamp;
51 lquantize((timestamp - start) / 1000000000, 0, 60);
/illumos-gate/usr/src/cmd/dtrace/demo/intro/
H A Drwtime.d31 ts[probefunc] = timestamp;
38 printf("%d nsecs", timestamp - ts[probefunc]);

12345678910>>...14