Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/trueos/cddl/contrib/dtracetoolkit/Tcl/
HDtcl_calldist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = timestamp;
60 /self->proc[self->depth]/
62 this->elapsed_incl = timestamp - self->proc[self->depth];
63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
64 self->proc[self->depth] = 0;
65 self->exclude[self->depth] = 0;
73 self->depth--;
74 self->exclude[self->depth] += this->elapsed_incl;
[all …]
HDtcl_cpudist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = vtimestamp;
60 /self->proc[self->depth]/
62 this->oncpu_incl = vtimestamp - self->proc[self->depth];
63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
64 self->proc[self->depth] = 0;
65 self->exclude[self->depth] = 0;
73 self->depth--;
74 self->exclude[self->depth] += this->oncpu_incl;
[all …]
HDtcl_calltime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = timestamp;
61 /self->proc[self->depth]/
63 this->elapsed_incl = timestamp - self->proc[self->depth];
64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
65 self->proc[self->depth] = 0;
66 self->exclude[self->depth] = 0;
75 self->depth--;
76 self->exclude[self->depth] += this->elapsed_incl;
[all …]
HDtcl_cputime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = vtimestamp;
61 /self->proc[self->depth]/
63 this->oncpu_incl = vtimestamp - self->proc[self->depth];
64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
65 self->proc[self->depth] = 0;
66 self->exclude[self->depth] = 0;
75 self->depth--;
76 self->exclude[self->depth] += this->oncpu_incl;
[all …]
HDtcl_insflow.d54 self int depth; variable
75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
76 self->depth++;
83 self->depth -= self->depth > 0 ? 1 : 0;
85 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
93 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0));
94 self->depth++;
101 self->depth -= self->depth > 0 ? 1 : 0;
103 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0));
111 this->delta, "inst", self->depth * 2, "", copyinstr(arg0));
[all …]
HDtcl_flow.d53 self int depth; variable
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 > 0 ? 1 : 0;
85 self->depth * 2, "", copyinstr(arg0));
HDtcl_syscolors.d49 self int depth; variable
75 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
77 self->depth++;
78 self->depthlast = self->depth;
85 self->depth -= self->depth > 0 ? 1 : 0;
87 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
89 self->depthlast = self->depth;
97 pid, this->delta, "cmd", self->depth * 2, "", copyinstr(arg0),
99 self->depth++;
100 self->depthlast = self->depth;
[all …]
/trueos/cddl/contrib/dtracetoolkit/Bin/
Dtcl_cpudist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = vtimestamp;
60 /self->proc[self->depth]/
62 this->oncpu_incl = vtimestamp - self->proc[self->depth];
63 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
64 self->proc[self->depth] = 0;
65 self->exclude[self->depth] = 0;
73 self->depth--;
74 self->exclude[self->depth] += this->oncpu_incl;
[all …]
Dtcl_calldist.d54 self->depth++;
55 self->exclude[self->depth] = 0;
56 self->proc[self->depth] = timestamp;
60 /self->proc[self->depth]/
62 this->elapsed_incl = timestamp - self->proc[self->depth];
63 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
64 self->proc[self->depth] = 0;
65 self->exclude[self->depth] = 0;
73 self->depth--;
74 self->exclude[self->depth] += this->elapsed_incl;
[all …]
Dsh_pidcolors.d58 self int depth; variable
91 self->depth * 2, "", copyinstr(arg1), color_off);
92 self->depth++;
99 self->depth -= self->depth > 0 ? 1 : 0;
102 self->depth * 2, "", copyinstr(arg1), color_off);
111 self->depth * 2, "", copyinstr(arg1), color_off);
112 self->depth++;
119 self->depth -= self->depth > 0 ? 1 : 0;
122 self->depth * 2, "", copyinstr(arg1), color_off);
131 self->depth * 2, "", copyinstr(arg1), color_off);
[all …]
Dtcl_calltime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = timestamp;
61 /self->proc[self->depth]/
63 this->elapsed_incl = timestamp - self->proc[self->depth];
64 this->elapsed_excl = this->elapsed_incl - self->exclude[self->depth];
65 self->proc[self->depth] = 0;
66 self->exclude[self->depth] = 0;
75 self->depth--;
76 self->exclude[self->depth] += this->elapsed_incl;
[all …]
Dtcl_cputime.d55 self->depth++;
56 self->exclude[self->depth] = 0;
57 self->proc[self->depth] = vtimestamp;
61 /self->proc[self->depth]/
63 this->oncpu_incl = vtimestamp - self->proc[self->depth];
64 this->oncpu_excl = this->oncpu_incl - self->exclude[self->depth];
65 self->proc[self->depth] = 0;
66 self->exclude[self->depth] = 0;
75 self->depth--;
76 self->exclude[self->depth] += this->oncpu_incl;
[all …]
Dsh_flowinfo.d50 self int depth; variable
54 self->depth = 0;
77 self->depth * 2, "", copyinstr(arg1));
78 self->depth++;
85 self->depth -= self->depth > 0 ? 1 : 0;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
97 self->depth * 2, "", copyinstr(arg1));
98 self->depth++;
105 self->depth -= self->depth > 0 ? 1 : 0;
108 self->depth * 2, "", copyinstr(arg1));
[all …]
Dtcl_insflow.d54 self int depth; variable
75 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
76 self->depth++;
83 self->depth -= self->depth > 0 ? 1 : 0;
85 this->delta, "proc", self->depth * 2, "", copyinstr(arg0));
93 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0));
94 self->depth++;
101 self->depth -= self->depth > 0 ? 1 : 0;
103 this->delta, "cmd", self->depth * 2, "", copyinstr(arg0));
111 this->delta, "inst", self->depth * 2, "", copyinstr(arg0));
[all …]
Dsh_syscolors.d51 self int depth; variable
81 self->depth * 2, "", copyinstr(arg1), color_off);
82 self->depth++;
89 self->depth -= self->depth > 0 ? 1 : 0;
92 self->depth * 2, "", copyinstr(arg1), color_off);
101 self->depth * 2, "", copyinstr(arg1), color_off);
102 self->depth++;
109 self->depth -= self->depth > 0 ? 1 : 0;
112 self->depth * 2, "", copyinstr(arg1), color_off);
121 self->depth * 2, "", copyinstr(arg1), color_off);
[all …]
Dsh_cpudist.d51 self->depth++;
52 self->function[self->depth] = vtimestamp;
53 self->exclude[self->depth] = 0;
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] += this->oncpu_incl;
[all …]
Dtcl_flow.d53 self int depth; variable
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 > 0 ? 1 : 0;
85 self->depth * 2, "", copyinstr(arg0));
Dtcl_syscolors.d49 self int depth; variable
75 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
77 self->depth++;
78 self->depthlast = self->depth;
85 self->depth -= self->depth > 0 ? 1 : 0;
87 pid, this->delta, "proc", self->depth * 2, "", copyinstr(arg0),
89 self->depthlast = self->depth;
97 pid, this->delta, "cmd", self->depth * 2, "", copyinstr(arg0),
99 self->depth++;
100 self->depthlast = self->depth;
[all …]
/trueos/cddl/contrib/dtracetoolkit/Shell/
HDsh_pidcolors.d58 self int depth; variable
91 self->depth * 2, "", copyinstr(arg1), color_off);
92 self->depth++;
99 self->depth -= self->depth > 0 ? 1 : 0;
102 self->depth * 2, "", copyinstr(arg1), color_off);
111 self->depth * 2, "", copyinstr(arg1), color_off);
112 self->depth++;
119 self->depth -= self->depth > 0 ? 1 : 0;
122 self->depth * 2, "", copyinstr(arg1), color_off);
131 self->depth * 2, "", copyinstr(arg1), color_off);
[all …]
HDsh_flowinfo.d50 self int depth; variable
54 self->depth = 0;
77 self->depth * 2, "", copyinstr(arg1));
78 self->depth++;
85 self->depth -= self->depth > 0 ? 1 : 0;
87 this->delta, basename(copyinstr(arg0)), "func", self->depth * 2,
97 self->depth * 2, "", copyinstr(arg1));
98 self->depth++;
105 self->depth -= self->depth > 0 ? 1 : 0;
108 self->depth * 2, "", copyinstr(arg1));
[all …]
HDsh_syscolors.d51 self int depth; variable
81 self->depth * 2, "", copyinstr(arg1), color_off);
82 self->depth++;
89 self->depth -= self->depth > 0 ? 1 : 0;
92 self->depth * 2, "", copyinstr(arg1), color_off);
101 self->depth * 2, "", copyinstr(arg1), color_off);
102 self->depth++;
109 self->depth -= self->depth > 0 ? 1 : 0;
112 self->depth * 2, "", copyinstr(arg1), color_off);
121 self->depth * 2, "", copyinstr(arg1), color_off);
[all …]
HDsh_cpudist.d51 self->depth++;
52 self->function[self->depth] = vtimestamp;
53 self->exclude[self->depth] = 0;
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] += this->oncpu_incl;
[all …]
/trueos/sys/kern/
HDsubr_stack.c72 if (st->depth < STACK_MAX) { in stack_put()
73 st->pcs[st->depth++] = pc; in stack_put()
100 KASSERT(st->depth <= STACK_MAX, ("bogus stack")); in stack_print()
101 for (i = 0; i < st->depth; i++) { in stack_print()
116 KASSERT(st->depth <= STACK_MAX, ("bogus stack")); in stack_print_short()
117 for (i = 0; i < st->depth; i++) { in stack_print_short()
136 KASSERT(st->depth <= STACK_MAX, ("bogus stack")); in stack_print_ddb()
137 for (i = 0; i < st->depth; i++) { in stack_print_ddb()
152 KASSERT(st->depth <= STACK_MAX, ("bogus stack")); in stack_print_short_ddb()
153 for (i = 0; i < st->depth; i++) { in stack_print_short_ddb()
[all …]
/trueos/contrib/gcc/
HDtree-loop-linear.c120 int dist = DDR_DIST_VECT (ddr, j)[loop->depth - first_loop->depth]; in gather_interchange_stats()
169 unsigned int depth, in try_interchange_loops() argument
195 loop_i->depth < loop_j->depth; in try_interchange_loops()
225 loop_i->depth - first_loop->depth, in try_interchange_loops()
226 loop_j->depth - first_loop->depth); in try_interchange_loops()
229 if (!lambda_transform_legal_p (trans, depth, dependence_relations)) in try_interchange_loops()
231 loop_i->depth - first_loop->depth, in try_interchange_loops()
232 loop_j->depth - first_loop->depth); in try_interchange_loops()
251 unsigned int depth = 0; in linear_transform_loops() local
277 depth = 1; in linear_transform_loops()
[all …]
/trueos/gnu/usr.bin/grep/
HDkwset.c69 int depth; /* Depth of this node from the root. */ member
114 kwset->trie->depth = 0; in kwsalloc()
133 register int depth; in kwsincr() local
154 depth = 1; in kwsincr()
158 links[depth] = link; in kwsincr()
160 dirs[depth++] = L, link = link->llink; in kwsincr()
162 dirs[depth++] = R, link = link->rlink; in kwsincr()
185 link->trie->depth = trie->depth + 1; in kwsincr()
191 if (dirs[--depth] == L) in kwsincr()
192 links[depth]->llink = link; in kwsincr()
[all …]

12345678910>>...29