Lines Matching refs:hists
291 struct hists *hists, in hist_entry__callchain_fprintf() argument
295 u64 total_period = hists->stats.total_period; in hist_entry__callchain_fprintf()
306 left_margin = fmt->width(fmt, NULL, hists_to_evsel(hists)); in hist_entry__callchain_fprintf()
351 struct hists *hists, in hist_entry__fprintf() argument
368 ret += hist_entry__callchain_fprintf(he, hists, fp); in hist_entry__fprintf()
373 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument
394 perf_hpp__reset_width(fmt, hists); in hists__fprintf()
413 fmt->header(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()
439 width = fmt->width(fmt, &dummy_hpp, hists_to_evsel(hists)); in hists__fprintf()
453 linesz = hists__sort_list_width(hists) + 3 + 1; in hists__fprintf()
461 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__fprintf()
472 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp); in hists__fprintf()