summaryrefslogtreecommitdiffstats
path: root/include/block/accounting.h
Commit message (Expand)AuthorAgeFilesLines
* block: add empty account cookie typeAnton Nefedov2019-10-101-0/+1
* qapi: add unmap to BlockDeviceStatsAnton Nefedov2019-10-101-0/+1
* block/accounting: introduce latency histogramVladimir Sementsov-Ogievskiy2018-03-191-0/+35
* block: make accounting thread-safePaolo Bonzini2017-06-161-2/+6
* block: split BlockAcctStats creation and setupPaolo Bonzini2017-06-161-1/+2
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-2/+0Star
* include: Clean up includesPeter Maydell2016-02-231-2/+0Star
* block: Update copyright of the accounting codeAlberto Garcia2015-11-121-0/+1
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-0/+2
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-0/+14
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-0/+5
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-121-0/+4
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-0/+2
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-3/+0Star
* block: add accounting for merged requestsPeter Lieven2015-02-061-0/+3
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-5/+5
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-7/+7
* block: Extract the block accounting codeBenoît Canet2014-09-101-0/+57