X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=stat.h;h=a06237e7a41e9f5f0e287786509df6fd5f578301;hb=d9137307bc621280dcb1738e5df5d5ee4269a665;hp=6dd5ef743a0803b79d5652615dabba416c01dad3;hpb=966f8ef911a752782a086072a7cf2591b09d754e;p=fio.git diff --git a/stat.h b/stat.h index 6dd5ef74..a06237e7 100644 --- a/stat.h +++ b/stat.h @@ -146,6 +146,9 @@ enum block_info_state { #define FIO_JOBNAME_SIZE 128 #define FIO_JOBDESC_SIZE 256 #define FIO_VERROR_SIZE 128 +#define UNIFIED_SPLIT 0 +#define UNIFIED_MIXED 1 +#define UNIFIED_BOTH 2 enum fio_lat { FIO_SLAT = 0, @@ -338,13 +341,12 @@ extern void update_rusage_stat(struct thread_data *); extern void clear_rusage_stat(struct thread_data *); extern void add_lat_sample(struct thread_data *, enum fio_ddir, unsigned long long, - unsigned long long, uint64_t, uint8_t); + unsigned long long, uint64_t, unsigned int, bool); extern void add_clat_sample(struct thread_data *, enum fio_ddir, unsigned long long, - unsigned long long, uint64_t, uint8_t); + unsigned long long, uint64_t, unsigned int, bool); extern void add_slat_sample(struct thread_data *, enum fio_ddir, unsigned long long, - unsigned long long, uint64_t, uint8_t); -extern void add_agg_sample(union io_sample_data, enum fio_ddir, unsigned long long bs, - uint8_t priority_bit); + unsigned long long, uint64_t, unsigned int); +extern void add_agg_sample(union io_sample_data, enum fio_ddir, unsigned long long); extern void add_iops_sample(struct thread_data *, struct io_u *, unsigned int); extern void add_bw_sample(struct thread_data *, struct io_u *,