Searched refs:block_report (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | block-info.c | 403 struct block_report *block_report, in process_block_report() argument 408 struct block_hist *bh = &block_report->hist; in process_block_report() 414 block_report->nr_fmts = nr_hpps; in process_block_report() 415 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report() 419 block_info__process_sym(he, bh, &block_report->cycles, in process_block_report() 425 block_report->fmts[i].total_cycles = total_cycles; in process_block_report() 426 block_report->fmts[i].block_cycles = block_report->cycles; in process_block_report() 433 struct block_report *block_info__create_report(struct evlist *evlist, in block_info__create_report() 438 struct block_report *block_reports; in block_info__create_report() 442 block_reports = calloc(nr_hists, sizeof(struct block_report)); in block_info__create_report() [all …]
|
D | block-info.h | 44 struct block_report { struct 73 struct block_report *block_info__create_report(struct evlist *evlist, 78 void block_info__free_report(struct block_report *reps, int nr_reps);
|
/Linux-v6.6/sound/pci/hda/ |
D | hda_jack.h | 40 unsigned int block_report:1; /* in a transitional state - do not report to userspace */ member
|
D | hda_jack.c | 486 if (!jack->jack || jack->block_report) in snd_hda_jack_report_sync()
|
D | patch_ca0132.c | 4916 jack->block_report = 0; in ca0132_unsol_hp_delayed() 8673 tbl->block_report = 1; in hp_callback()
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 118 struct block_report *block_reports;
|