Lines Matching refs:bh
116 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, in block_info__process_sym() argument
148 he_block = hists__add_entry_block(&bh->block_hists, in block_info__process_sym()
388 static void init_block_hist(struct block_hist *bh, struct block_fmt *block_fmts, in init_block_hist() argument
391 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist()
392 perf_hpp_list__init(&bh->block_list); in init_block_hist()
393 bh->block_list.nr_header_lines = 1; in init_block_hist()
395 register_block_columns(&bh->block_list, block_fmts, in init_block_hist()
399 perf_hpp_list__register_sort_field(&bh->block_list, &block_fmts[0].fmt); in init_block_hist()
408 struct block_hist *bh = &block_report->hist; in process_block_report() local
415 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report()
419 block_info__process_sym(he, bh, &block_report->cycles, in process_block_report()
429 hists__output_resort(&bh->block_hists, NULL); in process_block_report()
466 int report__browse_block_hists(struct block_hist *bh, float min_percent, in report__browse_block_hists() argument
475 hists__fprintf(&bh->block_hists, true, 0, 0, min_percent, in report__browse_block_hists()
480 ret = block_hists_tui_browse(bh, evsel, min_percent, in report__browse_block_hists()