Searched refs:callchain__fprintf_folded (Results 1 - 2 of 2) sorted by path

/linux-master/tools/perf/
H A Dbuiltin-sched.c2766 static size_t callchain__fprintf_folded(FILE *fp, struct callchain_node *node) function
2777 ret = callchain__fprintf_folded(fp, node->parent);
2813 ret += callchain__fprintf_folded(fp, chain);
/linux-master/tools/perf/ui/stdio/
H A Dhist.c356 static size_t callchain__fprintf_folded(FILE *fp, struct rb_root *tree, function
403 return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples);

Completed in 304 milliseconds