Searched refs:nr_hpps (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | block-info.c | 382 int *block_hpps, int nr_hpps) in register_block_columns() argument 384 for (int i = 0; i < nr_hpps; i++) in register_block_columns() 389 int *block_hpps, int nr_hpps) in init_block_hist() argument 396 block_hpps, nr_hpps); in init_block_hist() 405 int nr_hpps) in process_block_report() argument 411 if (nr_hpps > PERF_HPP_REPORT__BLOCK_MAX_INDEX) in process_block_report() 414 block_report->nr_fmts = nr_hpps; in process_block_report() 415 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report() 424 for (int i = 0; i < nr_hpps; i++) { in process_block_report() 435 int *block_hpps, int nr_hpps, in block_info__create_report() argument [all …]
|
H A D | block-info.h | 75 int *block_hpps, int nr_hpps,
|