Searched defs:block_report (Results 1 – 3 of 3) sorted by relevance
44 struct block_report { struct45 struct block_hist hist;46 u64 cycles;47 struct block_fmt fmts[PERF_HPP_REPORT__BLOCK_MAX_INDEX];48 int nr_fmts;
403 struct block_report *block_report, in process_block_report()
40 unsigned int block_report:1; /* in a transitional state - do not report to userspace */ member