Make the dprint() processing out-of-line
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 15:41:52 +0000 (16:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 15:41:52 +0000 (16:41 +0100)
commitbf84eacbfc91a952eb5b781ad2955109c862d41e
treebf35d7dedeef861e3fa984403c2a45497c58d2c0
parent1dec3e0787755c412b326619d63a24c58e7f4a6b
Make the dprint() processing out-of-line

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>
Makefile
debug.c [new file with mode: 0644]
debug.h
log.h