Lines Matching refs:fprintf
26 int ret = fprintf(fp, " "); in callchain__fprintf_left_margin()
32 ret += fprintf(fp, " "); in callchain__fprintf_left_margin()
45 ret += fprintf(fp, "| "); in ipchain__fprintf_graph_line()
47 ret += fprintf(fp, " "); in ipchain__fprintf_graph_line()
49 ret += fprintf(fp, "\n"); in ipchain__fprintf_graph_line()
68 ret += fprintf(fp, "|"); in ipchain__fprintf_graph()
70 ret += fprintf(fp, " "); in ipchain__fprintf_graph()
72 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
74 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
76 ret += fprintf(fp, "%s", " "); in ipchain__fprintf_graph()
105 fprintf(stderr, "Not enough memory to display remaining hits\n"); in init_rem_hits()
249 ret += fprintf(fp, "|\n"); in callchain__fprintf_graph()
251 ret += fprintf(fp, "---"); in callchain__fprintf_graph()
257 ret += fprintf(fp, "%s", in callchain__fprintf_graph()
265 ret += fprintf(fp, "\n"); in callchain__fprintf_graph()
280 ret += fprintf(fp, "\n"); in callchain__fprintf_graph()
302 ret += fprintf(fp, " %s\n", callchain_list__sym_name(chain, in __callchain__fprintf_flat()
320 ret += fprintf(fp, " "); in callchain__fprintf_flat()
322 ret += fprintf(fp, "\n"); in callchain__fprintf_flat()
324 ret += fprintf(fp, "\n"); in callchain__fprintf_flat()
351 ret += fprintf(fp, "%s%s", first ? "" : sep, in __callchain__fprintf_folded()
373 ret += fprintf(fp, " "); in callchain__fprintf_folded()
375 ret += fprintf(fp, "\n"); in callchain__fprintf_folded()
508 printed += fprintf(fp, "%s", buf); in hist_entry__hierarchy_fprintf()
527 printed += fprintf(fp, "%s%s", sep ?: " ", skip_spaces(buf)); in hist_entry__hierarchy_fprintf()
560 ret += fprintf(fp, "%s\n", bf); in hist_entry__block_fprintf()
580 ret += fprintf(fp, "%s\n", bf); in hist_entry__individual_block_fprintf()
612 ret = fprintf(fp, "%s\n", bf); in hist_entry__fprintf()
633 return fprintf(fp, "%-*.*s", width, width, line); in print_hierarchy_indent()
658 fprintf(fp, "# "); in hists__fprintf_hierarchy_headers()
665 fprintf(fp, "%s%s", hpp->buf, sep ?: " "); in hists__fprintf_hierarchy_headers()
675 header_width += fprintf(fp, " / "); in hists__fprintf_hierarchy_headers()
684 header_width += fprintf(fp, "+"); in hists__fprintf_hierarchy_headers()
689 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers()
694 fprintf(fp, "\n"); in hists__fprintf_hierarchy_headers()
697 fprintf(fp, "# "); in hists__fprintf_hierarchy_headers()
709 fprintf(fp, "%s", sep ?: ".."); in hists__fprintf_hierarchy_headers()
713 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers()
738 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
740 fprintf(fp, "\n#\n"); in hists__fprintf_hierarchy_headers()
758 fprintf(fp, "%s", sep ?: " "); in fprintf_line()
765 fprintf(fp, "%s", hpp->buf); in fprintf_line()
784 fprintf(fp, "# "); in hists__fprintf_standard_headers()
786 fprintf(fp, "\n"); in hists__fprintf_standard_headers()
794 fprintf(fp, "# "); in hists__fprintf_standard_headers()
803 fprintf(fp, "%s", sep ?: " "); in hists__fprintf_standard_headers()
809 fprintf(fp, "."); in hists__fprintf_standard_headers()
812 fprintf(fp, "\n"); in hists__fprintf_standard_headers()
813 fprintf(fp, "#\n"); in hists__fprintf_standard_headers()
825 fprintf(fp, "# "); in hists__fprintf_headers()
898 fprintf(fp, "%*sno entry >= %.2f%%\n", indent, "", min_pcnt); in hists__fprintf()
906 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()
933 ret += fprintf(fp, "%20s events: %10d (%4.1f%%)\n", in events_stats__fprintf()
937 ret += fprintf(fp, "%20s events: %10d\n", in events_stats__fprintf()