Lines Matching refs:thread_stat

27 	struct thread_stat *ts = &td->ts;  in clear_rusage_stat()
37 struct thread_stat *ts = &td->ts; in update_rusage_stat()
338 static void stat_calc_lat(struct thread_stat *ts, double *dst, in stat_calc_lat()
358 void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_u()
363 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat) in stat_calc_lat_m()
387 static void show_ddir_status(struct group_run_stats *rs, struct thread_stat *ts, in show_ddir_status()
522 static void show_latencies(struct thread_stat *ts, struct buf_output *out) in show_latencies()
677 static void show_ss_normal(struct thread_stat *ts, struct buf_output *out) in show_ss_normal()
706 static void show_thread_status_normal(struct thread_stat *ts, in show_thread_status_normal()
817 static void show_ddir_status_terse(struct thread_stat *ts, in show_ddir_status_terse()
890 static void add_ddir_status_json(struct thread_stat *ts, in add_ddir_status_json()
1012 static void show_thread_status_terse_v2(struct thread_stat *ts, in show_thread_status_terse_v2()
1075 static void show_thread_status_terse_v3_v4(struct thread_stat *ts, in show_thread_status_terse_v3_v4()
1168 static struct json_object *show_thread_status_json(struct thread_stat *ts, in show_thread_status_json()
1361 static void show_thread_status_terse(struct thread_stat *ts, in show_thread_status_terse()
1373 struct json_object *show_thread_status(struct thread_stat *ts, in show_thread_status()
1449 void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, in sum_thread_stats()
1538 void init_thread_stat(struct thread_stat *ts) in init_thread_stat()
1557 struct thread_stat *threadstats, *ts; in __show_run_stats()
1591 threadstats = malloc(nr_ts * sizeof(struct thread_stat)); in __show_run_stats()
2162 struct thread_stat *ts = &td->ts; in reset_io_stats()
2302 static void add_clat_percentile_sample(struct thread_stat *ts, in add_clat_percentile_sample()
2315 struct thread_stat *ts = &td->ts; in add_clat_sample()
2373 struct thread_stat *ts = &td->ts; in add_slat_sample()
2391 struct thread_stat *ts = &td->ts; in add_lat_sample()
2410 struct thread_stat *ts = &td->ts; in add_bw_sample()
2503 struct thread_stat *ts = &td->ts; in add_iops_sample()