Home | History | Annotate | Download | only in src

Lines Matching defs:max_depth

406 // if the address occurs at 'max_depth' or less in the stack trace.
409 int max_depth; // the maximal stack depth to disable at
754 iter->second.max_depth > depth) {
2327 int max_depth) {
2336 value.max_depth = max_depth;
2343 if (val.max_depth != value.max_depth ||
2347 AsPtr(val.start_address), end_address, val.max_depth,
2348 start_address, end_address, max_depth);