summaryrefslogtreecommitdiffstats
path: root/block/accounting.c
Commit message (Expand)AuthorAgeFilesLines
* block: Update copyright of the accounting codeAlberto Garcia2015-11-121-0/+1
* block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia2015-11-121-0/+14
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-0/+12
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-0/+43
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-5/+19
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-121-0/+23
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-2/+10
* block: define 'clock_type' for the accounting codeAlberto Garcia2015-11-121-2/+4
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-8/+0
* block: add accounting for merged requestsPeter Lieven2015-02-061-0/+7
* block: do not use get_clock()Paolo Bonzini2014-12-101-2/+4
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-13/+10
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-2/+2
* block: Extract the block accounting codeBenoît Canet2014-09-101-0/+57
OpenPOWER on IntegriCloud