/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-info.c | 382 int *block_hpps, int nr_hpps) in register_block_columns() 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() 396 block_hpps, nr_hpps); in init_block_hist() 404 u64 total_cycles, int *block_hpps, in process_block_report() 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() 450 block_hpps, nr_hpps); in block_info__create_report() 380 register_block_columns(struct perf_hpp_list *hpp_list, struct block_fmt *block_fmts, int *block_hpps, int nr_hpps) register_block_columns() argument 388 init_block_hist(struct block_hist *bh, struct block_fmt *block_fmts, int *block_hpps, int nr_hpps) init_block_hist() argument 402 process_block_report(struct hists *hists, struct block_report *block_report, u64 total_cycles, int *block_hpps, int nr_hpps) process_block_report() argument 433 block_info__create_report(struct evlist *evlist, u64 total_cycles, int *block_hpps, int nr_hpps, int *nr_reps) block_info__create_report() argument
|
H A D | block-info.h | 75 int *block_hpps, int nr_hpps,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.c | 382 int *block_hpps, int nr_hpps) in register_block_columns() 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() 396 block_hpps, nr_hpps); in init_block_hist() 404 u64 total_cycles, int *block_hpps, in process_block_report() 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() 450 block_hpps, nr_hpps); in block_info__create_report() 380 register_block_columns(struct perf_hpp_list *hpp_list, struct block_fmt *block_fmts, int *block_hpps, int nr_hpps) register_block_columns() argument 388 init_block_hist(struct block_hist *bh, struct block_fmt *block_fmts, int *block_hpps, int nr_hpps) init_block_hist() argument 402 process_block_report(struct hists *hists, struct block_report *block_report, u64 total_cycles, int *block_hpps, int nr_hpps) process_block_report() argument 433 block_info__create_report(struct evlist *evlist, u64 total_cycles, int *block_hpps, int nr_hpps, int *nr_reps) block_info__create_report() argument
|
H A D | block-info.h | 75 int *block_hpps, int nr_hpps,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 983 int block_hpps[6] = { in __cmd_report() local 994 block_hpps, 6, in __cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 1052 int block_hpps[6] = { in __cmd_report() local 1063 block_hpps, 6, in __cmd_report()
|