Searched refs:nr_hpps (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | block-info.c | 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 [all …]
|
D | block-info.h | 66 int *block_hpps, int nr_hpps,
|
/linux-6.12.1/tools/perf/ |
D | builtin-report.c | 1135 int nr_hpps = 4; in __cmd_report() local 1144 block_hpps[nr_hpps++] = PERF_HPP_REPORT__BLOCK_BRANCH_COUNTER; in __cmd_report() 1146 block_hpps[nr_hpps++] = PERF_HPP_REPORT__BLOCK_RANGE; in __cmd_report() 1147 block_hpps[nr_hpps++] = PERF_HPP_REPORT__BLOCK_DSO; in __cmd_report() 1151 block_hpps, nr_hpps, in __cmd_report()
|