Lines Matching refs:fprintf
333 ret = fprintf(fp, "# Samples: %lu%c", nr_samples, unit); in hists__fprintf_nr_sample_events()
335 ret += fprintf(fp, " of event '%s'", evname); in hists__fprintf_nr_sample_events()
339 ret += fprintf(fp, ", show reference callgraph"); in hists__fprintf_nr_sample_events()
343 ret += fprintf(fp, "\n# Total weight : %" PRIu64, nr_events); in hists__fprintf_nr_sample_events()
344 ret += fprintf(fp, "\n# Sort order : %s", sort_order ? : default_mem_sort_order); in hists__fprintf_nr_sample_events()
346 ret += fprintf(fp, "\n# Event count (approx.): %" PRIu64, nr_events); in hists__fprintf_nr_sample_events()
349 ret += fprintf(fp, "\n# Processor Socket: %d", socked_id); in hists__fprintf_nr_sample_events()
351 return ret + fprintf(fp, "\n#\n"); in hists__fprintf_nr_sample_events()
360 fprintf(stdout, "#\n# Total Lost Samples: %" PRIu64 "\n#\n", evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()
371 fprintf(stdout, "\n\n"); in perf_evlist__tty_browse_hists()
376 fprintf(stdout, "#\n# (%s)\n#\n", help); in perf_evlist__tty_browse_hists()