Searched refs:block_hists (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/ |
| A D | block-info.c | 163 he_block = hists__add_entry_block(&bh->block_hists, in block_info__process_sym() 427 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist() 465 hists__output_resort(&bh->block_hists, NULL); in process_block_report() 497 hists__delete_entries(&reps[i].hist.block_hists); in block_info__free_report() 510 hists__fprintf(&bh->block_hists, true, 0, 0, min_percent, in report__browse_block_hists()
|
| A D | hist.h | 704 struct hists block_hists; member
|
| /tools/perf/ |
| A D | builtin-diff.c | 383 hists__delete_entries(&bh->block_hists); in block_hist_free() 573 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist() 723 block_hists_match(&bh->block_hists, in hists__precompute() 724 &pair_bh->block_hists); in hists__precompute() 725 hists__output_resort(&pair_bh->block_hists, in hists__precompute() 1349 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx); in cycles_printf() 1525 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx); in hpp__color_cycles_hist()
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 549 for (unsigned int i = 0; i < bh->block_hists.nr_entries; i++) { in hist_entry__block_fprintf()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 3712 struct hists *hists = &bh->block_hists; in block_hists_tui_browse()
|
Completed in 21 milliseconds