Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dblock-info.c403 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 …]
Dblock-info.h44 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-5.19.10/sound/pci/hda/
Dhda_jack.h40 unsigned int block_report:1; /* in a transitional state - do not report to userspace */ member
Dhda_jack.c486 if (!jack->jack || jack->block_report) in snd_hda_jack_report_sync()
Dpatch_ca0132.c4915 jack->block_report = 0; in ca0132_unsol_hp_delayed()
8672 tbl->block_report = 1; in hp_callback()
/linux-5.19.10/tools/perf/
Dbuiltin-report.c112 struct block_report *block_reports;