summaryrefslogtreecommitdiff
path: root/log.h
AgeCommit message (Collapse)Author
2010-03-19Add log_valist()Jens Axboe
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2010-03-19Make the dprint() processing out-of-lineJens Axboe
Instead of having the big macro inlined everywhere, only inline the mask check and put the rest out-of-line. This reduces the size of fio with 4% here, and speeds it up. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-02-27Add --debug=parse for option parsing debugJens Axboe
Adds log.h and debug.h to split the logging and debug bits out of fio, so that the parser can use them. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>