Home
last modified time | relevance | path

Searched refs:thread_stat (Results 1 – 14 of 14) sorted by relevance

/external/fio/
Dstat.h143 struct thread_stat { struct
275 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs, …
284 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, bool first);
286 extern void init_thread_stat(struct thread_stat *ts);
291 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
292 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
Dlibfio.c356 …compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list… in initialize_fio()
357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time"); in initialize_fio()
358 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count"); in initialize_fio()
359 …compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_perc… in initialize_fio()
Dstat.c27 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()
[all …]
Dserver.h120 struct thread_stat ts;
220 struct thread_stat;
222 extern void fio_server_send_ts(struct thread_stat *, struct group_run_stats *);
Dsteadystate.h11 extern uint64_t steadystate_bw_mean(struct thread_stat *);
12 extern uint64_t steadystate_iops_mean(struct thread_stat *);
Dgclient.c18 static void gfio_display_ts(struct fio_client *client, struct thread_stat *ts,
676 struct thread_stat *ts, unsigned int len) in gfio_add_total_depths_tree()
705 static void gfio_add_end_results(struct gfio_client *gc, struct thread_stat *ts, in gfio_add_end_results()
717 struct thread_stat *ts, unsigned int len, in gfio_add_sc_depths_tree()
750 static void gfio_show_io_depths(GtkWidget *vbox, struct thread_stat *ts) in gfio_show_io_depths()
790 static void gfio_show_cpu_usage(GtkWidget *vbox, struct thread_stat *ts) in gfio_show_cpu_usage()
931 struct thread_stat *ts) in gfio_show_latency_buckets()
1093 GtkWidget *vbox, struct thread_stat *ts, in gfio_show_clat_percentiles()
1151 struct thread_stat *ts, int ddir) in gfio_show_ddir_status()
1284 struct thread_stat *ts, in __gfio_display_end_results()
[all …]
Dclient.h148 extern struct thread_stat client_ts;
Dsteadystate.c343 uint64_t steadystate_bw_mean(struct thread_stat *ts) in steadystate_bw_mean()
354 uint64_t steadystate_iops_mean(struct thread_stat *ts) in steadystate_iops_mean()
Dgfio.h141 struct thread_stat ts;
Dfio.h152 struct thread_stat ts;
Dclient.c58 struct thread_stat client_ts;
872 static void convert_ts(struct thread_stat *dst, struct thread_stat *src) in convert_ts()
Dserver.c1450 void fio_server_send_ts(struct thread_stat *ts, struct group_run_stats *rs) in fio_server_send_ts()
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c48 struct thread_stat *stats;
53 struct thread_stat { struct
98 struct thread_stat *stat = par->stats; in signalthread()
293 struct thread_stat *stat = par->stats; in print_stat()
318 struct thread_stat *stat; in main()
340 stat = calloc(num_threads, sizeof(struct thread_stat)); in main()
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c66 struct thread_stat *stats;
72 struct thread_stat { struct
207 struct thread_stat *stat = par->stats; in timerthread()
499 struct thread_stat *stat = par->stats; in print_stat()
525 struct thread_stat *stat; in main()
552 stat = calloc(num_threads, sizeof(struct thread_stat)); in main()