Home
last modified time | relevance | path

Searched refs:nr_hpps (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dblock-info.c418 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
[all …]
H A Dblock-info.h66 int *block_hpps, int nr_hpps,