Searched refs:block_hpps (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/ |
D | block-info.c | 382 int *block_hpps, int nr_hpps) in register_block_columns() argument 385 hpp_register(&block_fmts[i], block_hpps[i], hpp_list); 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() 404 u64 total_cycles, int *block_hpps, in process_block_report() argument 415 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report() 435 int *block_hpps, int nr_hpps, in block_info__create_report() argument 450 block_hpps, nr_hpps); in block_info__create_report()
|
D | block-info.h | 75 int *block_hpps, int nr_hpps,
|
/tools/perf/ |
D | builtin-report.c | 1051 int block_hpps[6] = { in __cmd_report() local 1062 block_hpps, 6, in __cmd_report()
|