Searched refs:qreads_pc (Results 1 – 2 of 2) sorted by relevance
/external/blktrace/ |
D | blktrace.h | 35 unsigned long qreads_pc, qwrites_pc, ireads_pc, iwrites_pc; member
|
D | blkparse.c | 1208 ios->qreads_pc++; in __account_pc_queue() 1669 if (ios->qreads_pc || ios->qwrites_pc || ios->ireads_pc || ios->iwrites_pc || in dump_io_stats() 1671 …fprintf(ofp, " PC Reads Queued: %s, %siB\t", size_cnv(x, ios->qreads_pc, 0), size_cnv(y, ios->qrea… in dump_io_stats() 1810 total.qreads_pc += ios->qreads_pc; in show_device_and_cpu_stats()
|