Lines Matching defs:depth
1446 size_t depth = thread_stack__depth(thread, sample->cpu);
1454 * The 'return' has already been popped off the stack so the depth has
1458 depth += 1;
1469 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name);
1471 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip);
2101 int depth = thread_stack__depth(thread, sample->cpu);
2107 if (depth <= thread__filter_entry_depth(thread)) {
2126 thread__set_filter_entry_depth(thread, depth);
3937 "Set the maximum stack depth when parsing the callchain, "
3938 "anything beyond the specified depth will be ignored. "