HomeSort by: relevance | last modified time | path
    Searched refs:depth (Results 1 - 25 of 839) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/cddl/dtracetoolkit/dist/Bin/
tcl_flow.d 53 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 > 0 ? 1 : 0
    [all...]
sh_flow.d 53 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));
js_flow.d 50 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));
php_flow.d 51 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));
pl_flow.d 51 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));
py_flow.d 51 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));
rb_flow.d 50 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),
tcl_procflow.d 51 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));
php_calldist.d 52 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] += this->elapsed_incl
    [all...]
php_cpudist.d 52 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] += this->oncpu_incl
    [all...]
pl_calldist.d 51 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] += this->elapsed_incl
    [all...]
pl_cpudist.d 51 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] += this->oncpu_incl
    [all...]
py_calldist.d 51 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] += this->elapsed_incl
    [all...]
py_cpudist.d 51 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] += this->oncpu_incl
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Tcl/
tcl_flow.d 53 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 > 0 ? 1 : 0
    [all...]
tcl_procflow.d 51 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));
  /src/external/cddl/dtracetoolkit/dist/Shell/
sh_flow.d 53 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));
  /src/external/cddl/dtracetoolkit/dist/JavaScript/
js_flow.d 50 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));
  /src/external/cddl/dtracetoolkit/dist/Perl/
pl_flow.d 51 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));
pl_calldist.d 51 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] += this->elapsed_incl
    [all...]
pl_cpudist.d 51 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] += this->oncpu_incl
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Php/
php_flow.d 51 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));
php_calldist.d 52 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] += this->elapsed_incl
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Python/
py_flow.d 51 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));
  /src/external/cddl/dtracetoolkit/dist/Ruby/
rb_flow.d 50 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 40 milliseconds

1 2 3 4 5 6 7 8 91011>>