aboutsummaryrefslogtreecommitdiff
path: root/block/accounting.c
AgeCommit message (Expand)Author
2016-01-20block: Clean up includesPeter Maydell
2015-11-12block: Update copyright of the accounting codeAlberto Garcia
2015-11-12block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia
2015-11-12block: define 'clock_type' for the accounting codeAlberto Garcia
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz
2015-02-06block: add accounting for merged requestsPeter Lieven
2014-12-10block: do not use get_clock()Paolo Bonzini
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet