Searched refs:depth (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_flow.d53 self int depth;
63 self->depth * 2, "", copyinstr(arg0));
64 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 self->depth * 2, "", copyinstr(arg0));
77 self->depth * 2, "", copyinstr(arg0));
78 self->depth++;
83 self->depth -= self->depth >
[all...]
H A Dsh_flow.d53 self int depth;
57 self->depth = 0;
64 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
65 self->depth++;
70 self->depth -= self->depth > 0 ? 1 : 0;
72 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
78 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
84 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
H A Djs_flow.d50 self int depth;
60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
61 self->depth++;
66 self->depth -= self->depth > 0 ? 1 : 0;
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
H A Dphp_flow.d51 self int depth;
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
63 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
H A Dpl_flow.d51 self int depth;
61 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
H A Dpy_flow.d51 self int depth;
61 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
H A Drb_flow.d50 self int depth;
61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
63 self->depth++;
68 self->depth -= self->depth > 0 ? 1 : 0;
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
H A Dtcl_procflow.d51 self int depth;
61 self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 self->depth * 2, "", copyinstr(arg0));
H A Dphp_calldist.d52 self->depth++;
53 self->exclude[self->depth] = 0;
54 self->function[self->depth] = timestamp;
58 /arg0 && self->function[self->depth]/
60 this->elapsed_incl = timestamp - self->function[self->depth];
61 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
62 self->function[self->depth] = 0;
63 self->exclude[self->depth] = 0;
72 self->depth--;
73 self->exclude[self->depth]
[all...]
H A Dphp_cpudist.d52 self->depth++;
53 self->exclude[self->depth] = 0;
54 self->function[self->depth] = vtimestamp;
58 /arg0 && self->function[self->depth]/
60 this->oncpu_incl = vtimestamp - self->function[self->depth];
61 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
62 self->function[self->depth] = 0;
63 self->exclude[self->depth] = 0;
72 self->depth--;
73 self->exclude[self->depth]
[all...]
H A Dpl_calldist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = timestamp;
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
H A Dpl_cpudist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = vtimestamp;
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
H A Dpy_calldist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->function[self->depth] = timestamp;
57 /self->function[self->depth]/
59 this->elapsed_incl = timestamp - self->function[self->depth];
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 self->function[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
H A Dpy_cpudist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->function[self->depth] = vtimestamp;
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 self->function[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_flow.d53 self int depth;
63 self->depth * 2, "", copyinstr(arg0));
64 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 self->depth * 2, "", copyinstr(arg0));
77 self->depth * 2, "", copyinstr(arg0));
78 self->depth++;
83 self->depth -= self->depth >
[all...]
H A Dtcl_procflow.d51 self int depth;
61 self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 self->depth * 2, "", copyinstr(arg0));
/freebsd-9.3-release/sys/sys/
H A D_stack.h35 int depth; member in struct:stack
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_flow.d53 self int depth;
57 self->depth = 0;
64 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
65 self->depth++;
70 self->depth -= self->depth > 0 ? 1 : 0;
72 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
78 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
84 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_flow.d50 self int depth;
60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
61 self->depth++;
66 self->depth -= self->depth > 0 ? 1 : 0;
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_flow.d51 self int depth;
61 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
H A Dpl_calldist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = timestamp;
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
60 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
H A Dpl_cpudist.d51 self->depth++;
52 self->exclude[self->depth] = 0;
53 self->sub[self->depth] = vtimestamp;
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
60 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
61 self->sub[self->depth] = 0;
62 self->exclude[self->depth] = 0;
71 self->depth--;
72 self->exclude[self->depth]
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_flow.d51 self int depth;
62 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
63 self->depth++;
69 self->depth -= self->depth > 0 ? 1 : 0;
71 basename(copyinstr(arg1)), self->depth * 2, "", copyinstr(arg0));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_flow.d51 self int depth;
61 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
62 self->depth++;
67 self->depth -= self->depth > 0 ? 1 : 0;
69 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg1));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_flow.d50 self int depth;
61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
63 self->depth++;
68 self->depth -= self->depth > 0 ? 1 : 0;
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),

Completed in 68 milliseconds

1234567891011>>