Searched refs:delta (Results 1 - 25 of 348) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d37 * Tests the statusrate option, by checking that the time delta between
53 /(this->delta = timestamp - ts) > 2 * NANOSEC/
59 /this->delta <= 2 * NANOSEC/
61 printf("delta between exit() and END (%u nanos) too small",
62 this->delta);
67 /this->delta > 20 * NANOSEC/
69 printf("delta between exit() and END (%u nanos) too large",
70 this->delta);
/freebsd-9.3-release/usr.bin/csup/
H A Drcsfile.h41 struct delta;
58 struct delta *rcsfile_getdelta(struct rcsfile *, char *);
62 struct delta *rcsfile_addelta(struct rcsfile *, char *, char *, char *,
67 int rcsdelta_addlog(struct delta *, char *, int);
68 int rcsdelta_addtext(struct delta *, char *, int);
69 int rcsdelta_appendlog(struct delta *, char *, size_t);
70 int rcsdelta_appendtext(struct delta *, char *, size_t);
71 void rcsdelta_setstate(struct delta *, char *);
72 void rcsdelta_truncatetext(struct delta *, off_t);
73 void rcsdelta_truncatelog(struct delta *, off_
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_flowinfo.d74 this->delta = (timestamp - self->last) / 1000;
76 this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->delta = (timestamp - self->last) / 1000;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
94 this->delta = (timestamp - self->last) / 1000;
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
104 this->delta = (timestamp - self->last) / 1000;
107 this->delta, basename(copyinstr(arg0)), "builtin",
114 this->delta = (timestamp - self->last) / 1000;
116 this->delta, basenam
[all...]
H A Dsh_syscolors.d78 this->delta = (timestamp - self->last) / 1000;
80 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
88 this->delta = (timestamp - self->last) / 1000;
91 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
108 this->delta = (timestamp - self->last) / 1000;
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
120 cpu, pid, this->delta, basenam
[all...]
H A Dphp_syscolors.d72 this->delta = (timestamp - self->last) / 1000;
74 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dpl_syscolors.d76 this->delta = (timestamp - self->last) / 1000;
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
86 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dpy_syscolors.d73 this->delta = (timestamp - self->last) / 1000;
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
H A Dtcl_flowtime.d3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times.
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, self->depth * 2, "", copyinstr(arg0));
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, self->depth * 2, "", copyinstr(arg0));
91 this->delta = (timestamp - self->last) / 1000;
93 this->delta, self->depth * 2, "", copyinstr(arg0));
100 this->delta = (timestamp - self->last) / 1000;
103 this->delta, self->depth * 2, "", copyinstr(arg0));
H A Dsh_pidcolors.d88 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
98 this->delta = (timestamp - self->last) / 1000;
101 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
128 this->delta = (timestamp - self->last) / 1000;
130 cpu, pid, this->delta, basenam
[all...]
H A Djs_flowinfo.d70 this->delta = (timestamp - self->last) / 1000;
72 this->delta, basename(copyinstr(arg4)), arg5, "func",
80 this->delta = (timestamp - self->last) / 1000;
83 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
H A Djs_flowtime.d3 * js_flowtime.d - JavaScript function flow with delta times using DTrace.
68 this->delta = (timestamp - self->last) / 1000;
70 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
78 this->delta = (timestamp - self->last) / 1000;
81 basename(copyinstr(arg0)), this->delta, self->depth * 2, "",
H A Dphp_flowinfo.d71 this->delta = (timestamp - self->last) / 1000;
73 this->delta, basename(copyinstr(arg1)), arg2, "func",
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, basename(copyinstr(arg1)), arg2, "func",
H A Dphp_flowtime.d3 * php_flowtime.d - snoop PHP functions with flow and delta times.
74 this->delta = (timestamp - self->last) / 1000;
76 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
85 this->delta = (timestamp - self->last) / 1000;
88 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
H A Dpl_flowinfo.d70 this->delta = (timestamp - self->last) / 1000;
71 printf("%d %6d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, this->delta,
80 this->delta = (timestamp - self->last) / 1000;
82 printf("%d %6d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, this->delta,
H A Dpl_flowtime.d3 * pl_flowtime.d - snoop Perl subroutines with flow and delta times.
72 this->delta = (timestamp - self->last) / 1000;
74 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
82 this->delta = (timestamp - self->last) / 1000;
85 basename(copyinstr(arg1)), this->delta, self->depth * 2, "",
H A Dpy_flowinfo.d70 this->delta = (timestamp - self->last) / 1000;
71 printf("%d %6d %10d %16s:%-4d %-8s %*s-> %s\n", cpu, pid, this->delta,
80 this->delta = (timestamp - self->last) / 1000;
82 printf("%d %6d %10d %16s:%-4d %-8s %*s<- %s\n", cpu, pid, this->delta,
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_flowinfo.d74 this->delta = (timestamp - self->last) / 1000;
76 this->delta, basename(copyinstr(arg0)), arg2, "func",
84 this->delta = (timestamp - self->last) / 1000;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
94 this->delta = (timestamp - self->last) / 1000;
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
104 this->delta = (timestamp - self->last) / 1000;
107 this->delta, basename(copyinstr(arg0)), "builtin",
114 this->delta = (timestamp - self->last) / 1000;
116 this->delta, basenam
[all...]
H A Dsh_syscolors.d78 this->delta = (timestamp - self->last) / 1000;
80 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
88 this->delta = (timestamp - self->last) / 1000;
91 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
108 this->delta = (timestamp - self->last) / 1000;
111 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
120 cpu, pid, this->delta, basenam
[all...]
H A Dsh_pidcolors.d88 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
98 this->delta = (timestamp - self->last) / 1000;
101 cpu, pid, this->delta, basename(copyinstr(arg0)), "func",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
118 this->delta = (timestamp - self->last) / 1000;
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
128 this->delta = (timestamp - self->last) / 1000;
130 cpu, pid, this->delta, basenam
[all...]
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dprof_machdep.c56 int delta; local
59 delta = (int)(count - prev_count);
61 return (delta);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_syscolors.d76 this->delta = (timestamp - self->last) / 1000;
78 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
86 this->delta = (timestamp - self->last) / 1000;
90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "sub",
98 this->delta = (timestamp - self->last) / 1000;
100 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
108 this->delta = (timestamp - self->last) / 1000;
110 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_syscolors.d72 this->delta = (timestamp - self->last) / 1000;
74 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, tid, this->delta, basename(copyinstr(arg1)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, tid, this->delta, "\"", "syscall", self->depth * 2, "",
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_syscolors.d73 this->delta = (timestamp - self->last) / 1000;
75 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
83 this->delta = (timestamp - self->last) / 1000;
87 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
95 this->delta = (timestamp - self->last) / 1000;
97 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
105 this->delta = (timestamp - self->last) / 1000;
107 cpu, pid, this->delta, "\"", "syscall", self->depth * 2, "",
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_flowtime.d3 * tcl_flowtime.d - snoop Tcl execution showing procedure flow and delta times.
73 this->delta = (timestamp - self->last) / 1000;
75 this->delta, self->depth * 2, "", copyinstr(arg0));
82 this->delta = (timestamp - self->last) / 1000;
85 this->delta, self->depth * 2, "", copyinstr(arg0));
91 this->delta = (timestamp - self->last) / 1000;
93 this->delta, self->depth * 2, "", copyinstr(arg0));
100 this->delta = (timestamp - self->last) / 1000;
103 this->delta, self->depth * 2, "", copyinstr(arg0));
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dadjtime.c24 int adjtime(struct timeval *delta, struct timeval *olddelta);
26 int adjtime(struct timeval *delta, struct timeval *olddelta) argument
46 if (delta != NULL) {
47 /* Adjustment required. Convert delta to 64-bit microseconds. */
48 big_sec = (long)delta->tv_sec;
49 big_usec = delta->tv_usec;
58 if (delta != NULL) {
163 register struct timeval *delta,
172 if (delta->tv_sec) {
175 return(_adjtime(delta, olddelt
162 adjtime( register struct timeval *delta, register struct timeval *olddelta ) argument
210 _adjtime( register struct timeval *delta, register struct timeval *olddelta ) argument
279 adjtime(struct timeval *delta, struct timeval *olddelta) argument
[all...]

Completed in 118 milliseconds

1234567891011>>