Searched refs:block_hists (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | block-info.c | 148 he_block = hists__add_entry_block(&bh->block_hists, in block_info__process_sym() 391 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist() 429 hists__output_resort(&bh->block_hists, NULL); in process_block_report() 461 hists__delete_entries(&reps[i].hist.block_hists); in block_info__free_report() 474 hists__fprintf(&bh->block_hists, true, 0, 0, min_percent, in report__browse_block_hists()
|
H A D | sort.h | 296 struct hists block_hists; member
|
/openbmc/linux/tools/perf/ |
H A D | builtin-diff.c | 382 hists__delete_entries(&bh->block_hists); in block_hist_free() 586 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist() 736 block_hists_match(&bh->block_hists, in hists__precompute() 737 &pair_bh->block_hists); in hists__precompute() 738 hists__output_resort(&pair_bh->block_hists, in hists__precompute() 1362 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx); in cycles_printf() 1538 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx); in hpp__color_cycles_hist()
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 545 for (unsigned int i = 0; i < bh->block_hists.nr_entries; i++) { in hist_entry__block_fprintf()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 3651 struct hists *hists = &bh->block_hists; in block_hists_tui_browse()
|