Home
last modified time | relevance | path

Searched refs:block_report (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dblock-info.c439 struct block_report *block_report, in process_block_report() argument
444 struct block_hist *bh = &block_report->hist; 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()
455 block_info__process_sym(he, bh, &block_report->cycles, in process_block_report()
461 block_report->fmts[i].total_cycles = total_cycles; in process_block_report()
462 block_report->fmts[i].block_cycles = block_report->cycles; in process_block_report()
469 struct block_report *block_info__create_report(struct evlist *evlist, in block_info__create_report()
474 struct block_report *block_reports; in block_info__create_report()
478 block_reports = calloc(nr_hists, sizeof(struct block_report)); in block_info__create_report()
[all …]
H A Dblock-info.h46 struct block_report { struct
64 struct block_report *block_info__create_report(struct evlist *evlist, argument
69 void block_info__free_report(struct block_report *reps, int nr_reps);
/linux-6.15/sound/pci/hda/
H A Dpatch_cmedia.c147 jack->block_report = 0; in cm9825_unsol_hp_delayed()
165 tbl->block_report = 1; in hp_callback()
H A Dhda_jack.h40 unsigned int block_report:1; /* in a transitional state - do not report to userspace */ member
H A Dhda_jack.c486 if (!jack->jack || jack->block_report) in snd_hda_jack_report_sync()
H A Dpatch_ca0132.c4927 jack->block_report = 0; in ca0132_unsol_hp_delayed()
8684 tbl->block_report = 1; in hp_callback()
/linux-6.15/tools/perf/
H A Dbuiltin-report.c122 struct block_report *block_reports;