Searched refs:bh (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | block-info.c | 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() [all …]
|
D | block-info.h | 70 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh, 80 int report__browse_block_hists(struct block_hist *bh, float min_percent,
|
D | hist.h | 480 int block_hists_tui_browse(struct block_hist *bh, struct evsel *evsel, 527 static inline int block_hists_tui_browse(struct block_hist *bh __maybe_unused, in block_hists_tui_browse()
|
/tools/perf/ |
D | builtin-diff.c | 368 struct block_hist *bh; in block_hist_zalloc() local 370 bh = zalloc(size + sizeof(*bh)); in block_hist_zalloc() 371 if (!bh) in block_hist_zalloc() 374 return &bh->he; in block_hist_zalloc() 379 struct block_hist *bh; in block_hist_free() local 381 bh = container_of(he, struct block_hist, he); in block_hist_free() 382 hists__delete_entries(&bh->block_hists); in block_hist_free() 383 free(bh); in block_hist_free() 582 static void init_block_hist(struct block_hist *bh) in init_block_hist() argument 584 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist() [all …]
|
/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 26 RCU-bh: Do one with PREEMPT and one with !PREEMPT.
|
/tools/perf/ui/stdio/ |
D | hist.c | 542 struct block_hist *bh = container_of(he, struct block_hist, he); in hist_entry__block_fprintf() local 545 for (unsigned int i = 0; i < bh->block_hists.nr_entries; i++) { in hist_entry__block_fprintf() 552 bh->block_idx = i; in hist_entry__block_fprintf()
|
/tools/perf/arch/x86/util/ |
D | perf_regs.c | 70 SDT_NAME_REG(bh, bx),
|
/tools/perf/ui/browsers/ |
D | hists.c | 3667 int block_hists_tui_browse(struct block_hist *bh, struct evsel *evsel, in block_hists_tui_browse() argument 3671 struct hists *hists = &bh->block_hists; in block_hists_tui_browse()
|