Searched refs:timestamp (Results 176 - 200 of 424) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_flow.d70 printf("%3d %6d %-16d %*s-> %s.%s\n", cpu, pid, timestamp / 1000,
84 printf("%3d %6d %-16d %*s<- %s.%s\n", cpu, pid, timestamp / 1000,
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_calldist.d53 self->sub[self->depth] = timestamp;
59 this->elapsed_incl = timestamp - self->sub[self->depth];
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_calldist.d54 self->function[self->depth] = timestamp;
60 this->elapsed_incl = timestamp - self->function[self->depth];
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_calldist.d53 self->function[self->depth] = timestamp;
59 this->elapsed_incl = timestamp - self->function[self->depth];
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_calldist.d57 self->method[arg0, self->depth[arg0]] = timestamp;
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
87 self->gc = timestamp;
94 this->elapsed = timestamp - self->gc;
H A Dj_calltime.d58 self->method[arg0, self->depth[arg0]] = timestamp;
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
89 self->gc = timestamp;
96 this->elapsed = timestamp - self->gc;
H A Djs_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
76 self->object = timestamp;
82 this->elapsed = timestamp - self->object;
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
76 self->object = timestamp;
82 this->elapsed = timestamp - self->object;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_calldist.d56 self->proc[self->depth] = timestamp;
62 this->elapsed_incl = timestamp - self->proc[self->depth];
81 self->cmd[self->depth] = timestamp;
87 this->elapsed_incl = timestamp - self->cmd[self->depth];
H A Dtcl_calltime.d57 self->proc[self->depth] = timestamp;
63 this->elapsed_incl = timestamp - self->proc[self->depth];
83 self->cmd[self->depth] = timestamp;
89 this->elapsed_incl = timestamp - self->cmd[self->depth];
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
/freebsd-9.3-release/contrib/tcpdump/
H A DMakefile-devel-adds12 echo timestamp > ${srcdir}/stamp-h.in
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Drd_priv.c130 /* check timestamp */
135 if (part.timestamp == NULL ||
137 abs(*part.timestamp - sec) > context->max_skew) {
171 if(part.timestamp)
172 outdata->timestamp = *part.timestamp;
H A Drd_safe.c150 /* check timestamp */
156 if (safe.safe_body.timestamp == NULL ||
158 abs(*safe.safe_body.timestamp - sec) > context->max_skew) {
202 if(safe.safe_body.timestamp)
203 outdata->timestamp = *safe.safe_body.timestamp;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c441 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
454 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
468 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
479 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
490 data.cmn.timestamp << (tra_ctl.s.time_grn*3));
527 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
548 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
566 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
578 data.iob2.timestamp << (tra_ctl.s.time_grn*3),
590 data.cmn2.timestamp << (tra_ct
[all...]

Completed in 266 milliseconds

1234567891011>>