X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=d0506f90eee86fece644238630ff48122ba50bff;hp=060a1ee5ba325e4b528204041688328ea9264d1d;hb=fb7b71a3c99b7ead2055439bfea421579aae2691;hpb=3deb310183aa83bd74d6d98fbe8974af94451b85 diff --git a/fio.h b/fio.h index 060a1ee5..d0506f90 100644 --- a/fio.h +++ b/fio.h @@ -825,6 +825,12 @@ extern int __must_check td_io_commit(struct thread_data *); extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *); extern void td_io_close_file(struct thread_data *, struct fio_file *); +/* + * blktrace support + */ +extern int is_blktrace(const char *); +extern int load_blktrace(struct thread_data *, const char *); + /* * If logging output to a file, stderr should go to both stderr and f_err */