Lines Matching refs:fprintf

17 	int ret = fprintf(fp, "            ");  in callchain__fprintf_left_margin()
20 ret += fprintf(fp, " "); in callchain__fprintf_left_margin()
33 ret += fprintf(fp, "| "); in ipchain__fprintf_graph_line()
35 ret += fprintf(fp, " "); in ipchain__fprintf_graph_line()
37 ret += fprintf(fp, "\n"); in ipchain__fprintf_graph_line()
56 ret += fprintf(fp, "|"); in ipchain__fprintf_graph()
58 ret += fprintf(fp, " "); in ipchain__fprintf_graph()
60 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
62 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
64 ret += fprintf(fp, "%s", " "); in ipchain__fprintf_graph()
93 fprintf(stderr, "Not enough memory to display remaining hits\n"); in init_rem_hits()
237 ret += fprintf(fp, "|\n"); in callchain__fprintf_graph()
239 ret += fprintf(fp, "---"); in callchain__fprintf_graph()
245 ret += fprintf(fp, "%s", in callchain__fprintf_graph()
253 ret += fprintf(fp, "\n"); in callchain__fprintf_graph()
268 ret += fprintf(fp, "\n"); in callchain__fprintf_graph()
290 ret += fprintf(fp, " %s\n", callchain_list__sym_name(chain, in __callchain__fprintf_flat()
308 ret += fprintf(fp, " "); in callchain__fprintf_flat()
310 ret += fprintf(fp, "\n"); in callchain__fprintf_flat()
312 ret += fprintf(fp, "\n"); in callchain__fprintf_flat()
339 ret += fprintf(fp, "%s%s", first ? "" : sep, in __callchain__fprintf_folded()
361 ret += fprintf(fp, " "); in callchain__fprintf_folded()
363 ret += fprintf(fp, "\n"); in callchain__fprintf_folded()
496 printed += fprintf(fp, "%s", buf); in hist_entry__hierarchy_fprintf()
515 printed += fprintf(fp, "%s%s", sep ?: " ", ltrim(buf)); in hist_entry__hierarchy_fprintf()
551 ret = fprintf(fp, "%s\n", bf); in hist_entry__fprintf()
568 return fprintf(fp, "%-.*s", (indent - 2) * HIERARCHY_INDENT, line); in print_hierarchy_indent()
594 fprintf(fp, "%s%s", hpp->buf, sep ?: " "); in hists__fprintf_hierarchy_headers()
601 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers()
610 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers()
615 header_width += fprintf(fp, "%s", trim(hpp->buf)); in hists__fprintf_hierarchy_headers()
619 fprintf(fp, "\n# "); in hists__fprintf_hierarchy_headers()
631 fprintf(fp, "%s", sep ?: ".."); in hists__fprintf_hierarchy_headers()
635 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers()
660 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
662 fprintf(fp, "\n#\n"); in hists__fprintf_hierarchy_headers()
680 fprintf(fp, "%s", sep ?: " "); in fprintf_line()
687 fprintf(fp, "%s", hpp->buf); in fprintf_line()
706 fprintf(fp, "# "); in hists__fprintf_standard_headers()
708 fprintf(fp, "\n"); in hists__fprintf_standard_headers()
716 fprintf(fp, "# "); in hists__fprintf_standard_headers()
725 fprintf(fp, "%s", sep ?: " "); in hists__fprintf_standard_headers()
731 fprintf(fp, "."); in hists__fprintf_standard_headers()
734 fprintf(fp, "\n"); in hists__fprintf_standard_headers()
735 fprintf(fp, "#\n"); in hists__fprintf_standard_headers()
747 fprintf(fp, "# "); in hists__fprintf_headers()
815 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
823 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()
846 ret += fprintf(fp, "%16s events: %10d\n", name, stats->nr_events[i]); in events_stats__fprintf()