summaryrefslogtreecommitdiff
path: root/include/block/accounting.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-19block/accounting: introduce latency histogramVladimir Sementsov-Ogievskiy1-0/+35
2017-06-16block: make accounting thread-safePaolo Bonzini1-2/+6
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini1-1/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-2/+0
2016-02-23include: Clean up includesPeter Maydell1-2/+0
2015-11-12block: Update copyright of the accounting codeAlberto Garcia1-0/+1
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia1-0/+2
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia1-0/+14
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+5
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia1-0/+4
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-0/+2
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz1-3/+0
2015-02-06block: add accounting for merged requestsPeter Lieven1-0/+3
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-5/+5
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-7/+7
2014-09-10block: Extract the block accounting codeBenoît Canet1-0/+57