History log of /external/fio/log.h
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/log.h
fdd5f15f8231e8c91c4deff22e630a34addd0fef 27-Apr-2013 Vincent Kang Fu <VFu@fusionio.com> Add log_info_flush()

If fio dumps status through -USR1 or similar and output is
being stored in a file, the buffering on the file descriptor
by the library can cause is not to see all the output. Ensure
that it gets flushed after dumping stats.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
7089165b973c6bc48e11cadcb5a39c7adbae124c 15-Apr-2013 Jens Axboe <axboe@kernel.dk> log: add printf() attribute to log_*() functions

Similarly to how it's done for dprint(), so we can catch
format errors.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
3ad04399c576bb7935b9a7b8c07d5acf373a7bc4 26-Mar-2012 Jens Axboe <axboe@kernel.dk> Add named log level

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
084d1c6f817eacaaefa1de4f0637ef6c1405d74b 03-Mar-2012 Jens Axboe <axboe@kernel.dk> Add new net command for text logging

Encapsulate the text in a payload, that also includes the
logging level and the time the event took place. The text
client will do as it always has done, but the gui client
can now do proper logging and knows if this is debug/info
or error messages.

No functional change in the GUI.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
13755d946d034eb7395a818db7ace2c9cb60b4cb 10-Oct-2011 Jens Axboe <axboe@kernel.dk> server: improve pidfile and log handling

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
ecd6cc1011c1acf4443a24b91ac8266ac754af46 04-Oct-2011 Jens Axboe <axboe@kernel.dk> log: needs stdarg include for va_list

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
e46d809110bd4ad2980ca64931b683673444454b 03-Oct-2011 Jens Axboe <axboe@kernel.dk> server: initial support for daemonizing

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
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/log.h
142575e6579462656a6d0f7c50ec8c35b8a08802 01-Oct-2011 Jens Axboe <axboe@kernel.dk> Server logging cleanup/functionality

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/log.h
03e20d687566753b90383571e5e152c5142bdffd 02-Jan-2011 Bruce Cran <bruce@cran.org.uk> First snapshot of FIO for Windows

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

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
/external/fio/log.h
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/log.h
a3d741fa3bc3120d5b62a56826a97524daa32803 27-Feb-2008 Jens Axboe <jens.axboe@oracle.com> Add --debug=parse for option parsing debug

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>
/external/fio/log.h