Lines Matching defs:hists
295 struct hists *hists,
299 u64 total_period = hists->stats.total_period;
304 left_margin = hists__col_len(hists, se->se_width_idx);
352 struct hists *hists,
365 hist_entry__sort_snprintf(he, bf + ret, size - ret, hists);
370 ret += hist_entry__callchain_fprintf(he, hists, fp);
375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
390 .ptr = hists_to_evsel(hists),
423 hists__set_col_len(hists, se->se_width_idx,
430 if (!hists__new_col_len(hists, se->se_width_idx, width))
431 width = hists__col_len(hists, se->se_width_idx);
466 width = hists__col_len(hists, se->se_width_idx);
482 linesz = hists__sort_list_width(hists) + 3 + 1;
490 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) {
493 hists->stats.total_period;
501 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp);