Lines Matching defs:depth
73 int depth;
1708 return d->typed_dump->compact || d->typed_dump->depth == 0 ? "" : "\n";
1713 return d->typed_dump->depth == 0 ? "" : ",";
1718 int i, lvl = d->typed_dump->indent_lvl + d->typed_dump->depth;
2054 /* note that we increment depth before calling btf_dump_print() below;
2056 * newline for depth 0 (since this leaves us with trailing newlines
2057 * at the end of typed display), so depth is incremented first.
2058 * For similar reasons, we decrement depth before showing the closing
2061 d->typed_dump->depth++;
2075 d->typed_dump->depth--;
2091 /* note that we increment depth before calling btf_dump_print() below;
2093 * newline for depth 0 (since this leaves us with trailing newlines
2094 * at the end of typed display), so depth is incremented first.
2095 * For similar reasons, we decrement depth before showing the closing
2098 d->typed_dump->depth++;
2117 d->typed_dump->depth--;
2329 if (d->typed_dump->emit_zeroes || d->typed_dump->depth == 0 ||