History log of /external/fio/debug.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03a0825286c82d79b8d489faf33a76d50713474b 11-Sep-2013 Jens Axboe <axboe@kernel.dk> debug: ensure that __dprint() is also logged over the network

We force local logging now, but that's not terribly useful
if you can't see the output from the backend. Make it follow
the usual rules of logging over the network if a backend, to
syslog, or locally.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/debug.c
517a1a48fd672893bc3092ce255f551ef4d8ed2a 27-Feb-2013 Jens Axboe <axboe@kernel.dk> Revert "debug: only do getpid() if we have to"

This reverts commit 8037423f08649a7c3378dadf95327d6553105264.
/external/fio/debug.c
8037423f08649a7c3378dadf95327d6553105264 25-Feb-2013 Jens Axboe <axboe@kernel.dk> debug: only do getpid() if we have to

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/debug.c
46c48f1f9b8ce94132c13638e4c83c13e1d392da 01-Oct-2011 Jens Axboe <axboe@kernel.dk> server/client: add FD_NET debug clues

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/debug.c
2d5c40e77a4ee9103de9a43f016d77858366e1a2 19-Mar-2010 Jens Axboe <jens.axboe@oracle.com> __dprint() fixup

Only define __dprint() function when FIO_INC_DEBUG is set. And
don't check debug type once, not both in dprint() and __dprint().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
/external/fio/debug.c
d048ba60fc1e207ac3204ef3306a32fac77293fa 19-Mar-2010 Jens Axboe <jens.axboe@oracle.com> Add log_valist()

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
/external/fio/debug.c
bf84eacbfc91a952eb5b781ad2955109c862d41e 19-Mar-2010 Jens Axboe <jens.axboe@oracle.com> 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>
/external/fio/debug.c