Searched refs:block_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 421 hpp_register(&block_fmts[i], block_hpps[i], hpp_list); 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() 440 u64 total_cycles, int *block_hpps, in process_block_report() argument 451 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); 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()
|
D | block-info.h | 66 int *block_hpps, int nr_hpps,
|
/linux-6.12.1/tools/perf/ |
D | builtin-report.c | 1136 int block_hpps[PERF_HPP_REPORT__BLOCK_MAX_INDEX] = { 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()
|