diff options
author | 2021-10-18 08:53:19 -0600 | |
---|---|---|
committer | 2021-10-18 14:40:33 -0600 | |
commit | afd7de03c5268f74202c1dd4780a8532a11f4c6b (patch) | |
tree | 7464cccb9ea646ffb97c1ef9b146574409d298b8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes (diff) | |
download | wireguard-linux-afd7de03c5268f74202c1dd4780a8532a11f4c6b.tar.xz wireguard-linux-afd7de03c5268f74202c1dd4780a8532a11f4c6b.zip |
block: remove some blk_mq_hw_ctx debugfs entries
Just like the blk_mq_ctx counterparts, we've got a bunch of counters
in here that are only for debugfs and are of questionnable value. They
are:
- dispatched, index of how many requests were dispatched in one go
- poll_{considered,invoked,success}, which track poll sucess rates. We're
confident in the iopoll implementation at this point, don't bother
tracking these.
As a bonus, this shrinks each hardware queue from 576 bytes to 512 bytes,
dropping a whole cacheline.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions