Home
last modified time | relevance | path

Searched refs:timestamp (Results 76 – 100 of 335) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d30 self->in = timestamp
37 @snoozers[stack()] = quantize(timestamp - self->in);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.d40 timeout = timestamp + 1000000000 * 2;
59 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.walltimestamp.d37 /walltimestamp < timestamp/
39 printf("%d < %d", walltimestamp, timestamp);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c494 lnode->timestamp = time(NULL); in _glh_add_history()
1056 _glh_write_timestamp(fp, node->timestamp) || in _glh_save_history()
1122 if(timestamp < 0 || (t = localtime(&timestamp)) == NULL) { in _glh_write_timestamp()
1259 glh->list.tail->timestamp = timestamp; in _glh_load_history()
1324 *timestamp = -1; in _glh_decode_timestamp()
1366 *timestamp = mktime(&t); in _glh_decode_timestamp()
1535 if(node->timestamp != (time_t) -1) in _glh_show_history()
1536 t = localtime(&node->timestamp); in _glh_show_history()
1954 unsigned *group, time_t *timestamp) in _glh_lookup_history() argument
2006 if(timestamp) in _glh_lookup_history()
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dhowlong.d31 self->ts = timestamp;
39 lquantize((timestamp - self->ts) / 1000000, 0, 500, 25);
H A Dwhofor.d32 bedtime[curlwpsinfo->pr_addr] = timestamp;
39 quantize(timestamp - bedtime[args[0]->pr_addr]);
H A Dqtime.d29 timestamp;
35 @[args[2]->cpu_id] = quantize(timestamp -
H A Dnscd.d30 bedtime[curlwpsinfo->pr_addr] = timestamp;
37 quantize(timestamp - bedtime[args[0]->pr_addr]);
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpconnlat.d28 start[args[1]->cs_cid] = timestamp;
35 quantize(timestamp - start[args[1]->cs_cid]);
H A Dtcp1stbyte.d28 start[args[1]->cs_cid] = timestamp;
35 quantize(timestamp - start[args[1]->cs_cid]);
/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/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d43 self->ts = timestamp;
52 @Qauntus[execname] = quantize(timestamp - self->ts);
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d43 self->ts = timestamp;
52 @Lqauntus[execname] = lquantize(timestamp - self->ts, 0, 100, 1);
/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/test/zfs-tests/tests/perf/scripts/
H A Doffcpu-profile.d24 self->ts = timestamp;
30 @stacks[stack()] = sum(timestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d47 ts = timestamp;
51 /(this->delta = timestamp - ts) > 2 * NANOSEC/
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c60 static time_t timestamp = 0; variable
94 if (timestamp < curr_time && (curr_time - timestamp) > 60) { in inuse_lu()
98 timestamp = curr_time; in inuse_lu()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d34 timeout = timestamp + 5000000000;
59 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d35 timeout = timestamp + 5000000000;
62 /timestamp > timeout/
H A Dtst.sdtargs_tail_call.d36 timeout = timestamp + 5000000000;
74 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d62 timeout = timestamp + 5000000000;
66 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d62 timeout = timestamp + 5000000000;
66 /timestamp > timeout/
H A Dtst.br.d59 timeout = timestamp + 5000000000;
63 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diothrough.d31 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
57 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];
H A Diotime.d36 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
42 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];

12345678910>>...14