Searched refs:timestamp (Results 51 - 75 of 320) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/demo/vminfo/
H A Dsoffice.d34 * our initial timestamp.
36 start = timestamp;
46 * since our initial timestamp. (There are 1,000,000,000 nanoseconds
51 lquantize((timestamp - start) / 1000000000, 0, 60);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drwtime.d42 ts[probefunc] = timestamp;
49 printf("%d nsecs\n", timestamp - ts[probefunc]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.d42 timeout = timestamp + 1000000000 * 2;
61 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.walltimestamp.d39 /walltimestamp < timestamp/
41 printf("%d < %d", walltimestamp, timestamp);
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Ddenorm.d31 start = timestamp;
41 this->seconds = (timestamp - start) / 1000000000;
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dnscd.d30 bedtime[curlwpsinfo->pr_addr] = timestamp;
37 quantize(timestamp - bedtime[args[0]->pr_addr]);
H A Dqtime.d29 timestamp;
35 @[args[2]->cpu_id] = quantize(timestamp -
H A Dwhofor.d32 bedtime[curlwpsinfo->pr_addr] = timestamp;
39 quantize(timestamp - bedtime[args[0]->pr_addr]);
H A Dwhatfor.d34 self->bedtime = timestamp;
40 self->bedtime = timestamp;
46 @["preempted"] = quantize(timestamp - self->bedtime);
60 quantize(timestamp - self->bedtime);
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcp1stbyte.d28 start[args[1]->cs_cid] = timestamp;
35 quantize(timestamp - start[args[1]->cs_cid]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.tick.ksh34 start = timestamp;
43 /ticks > 10 && (this->ms = (timestamp - start) / 1000000) > 2000/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d49 ts = timestamp;
53 /(this->delta = timestamp - ts) > 2 * NANOSEC/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d36 timeout = timestamp + 5000000000;
63 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d45 self->ts = timestamp;
54 @Lqauntus[execname] = lquantize(timestamp - self->ts, 0, 100, 1);
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d45 self->ts = timestamp;
54 @Qauntus[execname] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d36 timeout = timestamp + 5000000000;
61 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/illumos-gate/usr/src/cmd/tip/
H A Dlog.c24 char *user, *timestamp; local
42 timestamp = ctime(&t);
43 timestamp[24] = '\0';
45 user, timestamp, group,
/illumos-gate/usr/src/cmd/dtrace/demo/buf/
H A Dring.d33 trace(timestamp);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clearavg.d47 @a = avg(timestamp);
H A Dtst.clearstddev.d44 @a = stddev(timestamp);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/trace/
H A Dtst.misc.d53 trace(timestamp); /* DT_TYPE_INT (variable) */
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c106 char *timestamp; /* current time in readable form */ local
111 timestamp = ctime(&clock);
112 *(strchr(timestamp, '\n')) = '\0';
114 timestamp, getpid(), msg);
171 char *timestamp; /* current time in readable form */ local
176 timestamp = ctime(&clock);
177 *(strchr(timestamp, '\n')) = '\0';
178 (void) sprintf(buf, "%s; %ld; %s\n", timestamp, getpid(), msg);
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d45 self->wait = timestamp;
51 @io[args[2]->fi_name] = sum(timestamp - self->wait);
52 @time["<I/O wait>"] = sum(timestamp - self->wait);

Completed in 137 milliseconds

1234567891011>>