| /trueos/cddl/contrib/dtracetoolkit/Tcl/ |
| HD | tcl_calldist.d | 54 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 …]
|
| HD | tcl_cpudist.d | 54 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 …]
|
| HD | tcl_calltime.d | 55 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 …]
|
| HD | tcl_cputime.d | 55 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 …]
|
| HD | tcl_insflow.d | 54 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 …]
|
| HD | tcl_flow.d | 53 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));
|
| HD | tcl_syscolors.d | 49 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/ |
| D | tcl_cpudist.d | 54 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 …]
|
| D | tcl_calldist.d | 54 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 …]
|
| D | sh_pidcolors.d | 58 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 …]
|
| D | tcl_calltime.d | 55 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 …]
|
| D | tcl_cputime.d | 55 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 …]
|
| D | sh_flowinfo.d | 50 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 …]
|
| D | tcl_insflow.d | 54 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 …]
|
| D | sh_syscolors.d | 51 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 …]
|
| D | sh_cpudist.d | 51 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 …]
|
| D | tcl_flow.d | 53 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));
|
| D | tcl_syscolors.d | 49 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/ |
| HD | sh_pidcolors.d | 58 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 …]
|
| HD | sh_flowinfo.d | 50 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 …]
|
| HD | sh_syscolors.d | 51 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 …]
|
| HD | sh_cpudist.d | 51 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/ |
| HD | subr_stack.c | 72 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/ |
| HD | tree-loop-linear.c | 120 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/ |
| HD | kwset.c | 69 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 …]
|