Lines Matching refs:nr_hpps
418 int *block_hpps, int nr_hpps) in register_block_columns() argument
420 for (int i = 0; i < nr_hpps; i++) in register_block_columns()
425 int *block_hpps, int nr_hpps) in init_block_hist() argument
432 block_hpps, nr_hpps); in init_block_hist()
441 int nr_hpps, unsigned int br_cntr_nr) in process_block_report() argument
447 if (nr_hpps > PERF_HPP_REPORT__BLOCK_MAX_INDEX) in process_block_report()
450 block_report->nr_fmts = nr_hpps; in process_block_report()
451 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report()
460 for (int i = 0; i < nr_hpps; i++) { in process_block_report()
471 int *block_hpps, int nr_hpps, in block_info__create_report() argument
486 block_hpps, nr_hpps, evlist->nr_br_cntr); in block_info__create_report()