Lines Matching refs:depth
355 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask,
361 for (i = 0; i < depth; i++)
373 int depth, int depth_mask, int period,
381 for (i = 0; i < depth; i++) {
386 if (!period && i == depth - 1) {
418 u64 total_samples, int depth,
447 * The depth mask manages the output of pipes that show
448 * the depth. We don't want to keep the pipes of the current
449 * level for the last child of this depth.
455 new_depth_mask &= ~(1 << (depth - 1));
458 * But we keep the older depth mask for the line separator
461 ret += ipchain__fprintf_graph_line(fp, depth, depth_mask,
465 ret += ipchain__fprintf_graph(fp, chain, depth,
472 depth + 1,
473 new_depth_mask | (1 << depth),
486 new_depth_mask &= ~(1 << (depth - 1));
488 ret += ipchain__fprintf_graph(fp, &rem_hits, depth,