Lines Matching refs:depth
1341 size_t depth = thread_stack__depth(thread, sample->cpu);
1349 * The 'return' has already been popped off the stack so the depth has
1353 depth += 1;
1364 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name);
1366 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip);
1876 int depth = thread_stack__depth(thread, sample->cpu);
1882 if (depth <= thread->filter_entry_depth) {
1901 thread->filter_entry_depth = depth;
3539 "Set the maximum stack depth when parsing the callchain, "
3540 "anything beyond the specified depth will be ignored. "