aboutsummaryrefslogtreecommitdiffstats
path: root/debug.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Add the 'zbd' debug levelBart Van Assche1-0/+1
2018-07-04blktrace: just ignore zero byte tracesJens Axboe1-0/+1
2018-03-21Refactor #includes and headersSitsofe Wheeler1-2/+0
2018-03-21debug: remove extra parensJens Axboe1-1/+1
2018-03-09Declare debug_levels[] constBart Van Assche1-1/+1
2018-03-06Don't make fadvise failure fatalJens Axboe1-0/+1
2018-02-12debug: fix inverted logic in fio_did_warn()fio-3.4Jens Axboe1-3/+2
2018-02-12iolog: convert drop warning to fio_did_warn()Jens Axboe1-0/+1
2018-02-12io_u: convert zoned bug warning to fio_did_warn()Jens Axboe1-0/+1
2018-02-12verify: convert verify buf too small warning to fio_did_warn()Jens Axboe1-0/+1
2018-02-12filesetup: convert root flush warning to fio_did_warn()Jens Axboe1-0/+4
2018-02-12init: add global 'warned' stateJens Axboe1-1/+12
2016-08-15Split helper thread debug logging away from steadystate debug loggingVincent Fu1-0/+1
2016-08-15Allow fio to terminate jobs when steady state is attainedVincent Fu1-0/+1
2014-07-09Add some basic debug output for log compressionJens Axboe1-0/+1
2013-12-09Add options to have fio latency profile a deviceJens Axboe1-0/+1
2013-03-04Merge branch 'master' into gfioJens Axboe1-1/+1
2013-02-26debug: make __dprint() have printf() like argument type checkingJens Axboe1-1/+1
2012-03-02Add preferences help tooltipsJens Axboe1-0/+1
2011-10-01Add FD_NET debugging valueJens Axboe1-0/+1
2010-03-24Add support for specific clock sourcesJens Axboe1-0/+1
2010-03-19Make the dprint() processing out-of-lineJens Axboe1-15/+11
2010-03-19Don't call getpid() in dprint() unless we are going to use itJens Axboe1-3/+4
2010-03-04Add support for loadable profilesJens Axboe1-0/+1
2009-01-05Add --debug=mutexJens Axboe1-0/+1
2008-05-30Fix build with FIO_INC_DEBUG not includedJens Axboe1-1/+2
2008-05-30Make it work on opensolarisJens Axboe1-1/+1
2008-05-23Add job number specific dumping and fix atexit() errorJens Axboe1-0/+8
2008-03-07Fix bad sscan() -> scanf() conversionJens Axboe1-0/+1
2008-02-27Add --debug=parse for option parsing debugJens Axboe1-0/+42