Lines Matching refs:thread_stat
21 struct thread_stat *ts = &td->ts; in update_rusage_stat()
314 static void stat_calc_lat(struct thread_stat *ts, double *dst, in stat_calc_lat()
334 void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_u()
339 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_m()
363 static void show_ddir_status(struct group_run_stats *rs, struct thread_stat *ts, in show_ddir_status()
488 static void show_latencies(struct thread_stat *ts) in show_latencies()
500 static void show_thread_status_normal(struct thread_stat *ts, in show_thread_status_normal()
601 static void show_ddir_status_terse(struct thread_stat *ts, in show_ddir_status_terse()
673 static void add_ddir_status_json(struct thread_stat *ts, in add_ddir_status_json()
784 static void show_thread_status_terse_v2(struct thread_stat *ts, in show_thread_status_terse_v2()
846 static void show_thread_status_terse_v3_v4(struct thread_stat *ts, in show_thread_status_terse_v3_v4()
913 static struct json_object *show_thread_status_json(struct thread_stat *ts, in show_thread_status_json()
1004 static void show_thread_status_terse(struct thread_stat *ts, in show_thread_status_terse()
1015 struct json_object *show_thread_status(struct thread_stat *ts, in show_thread_status()
1086 void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, int nr) in sum_thread_stats()
1172 void init_thread_stat(struct thread_stat *ts) in init_thread_stat()
1191 struct thread_stat *threadstats, *ts; in __show_run_stats()
1220 threadstats = malloc(nr_ts * sizeof(struct thread_stat)); in __show_run_stats()
1629 struct thread_stat *ts = &td->ts; in reset_io_stats()
1761 static void add_clat_percentile_sample(struct thread_stat *ts, in add_clat_percentile_sample()
1773 struct thread_stat *ts = &td->ts; in add_clat_sample()
1790 struct thread_stat *ts = &td->ts; in add_slat_sample()
1804 struct thread_stat *ts = &td->ts; in add_lat_sample()
1818 struct thread_stat *ts = &td->ts; in add_bw_sample()
1857 struct thread_stat *ts = &td->ts; in add_iops_sample()