Home
last modified time | relevance | path

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

/external/fio/
Dstat.h120 struct thread_stat { struct
224 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
233 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, int nr);
235 extern void init_thread_stat(struct thread_stat *ts);
240 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
241 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);
Dstat.c21 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()
[all …]
Dlibfio.c308 …compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list… in initialize_fio()
309 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time"); in initialize_fio()
310 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count"); in initialize_fio()
311 …compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_perc… in initialize_fio()
Dserver.h108 struct thread_stat ts;
194 struct thread_stat;
196 extern void fio_server_send_ts(struct thread_stat *, struct group_run_stats *);
Dgclient.c17 static void gfio_display_ts(struct fio_client *client, struct thread_stat *ts,
283 extern struct thread_stat client_ts;
702 struct thread_stat *ts, unsigned int len)
731 static void gfio_add_end_results(struct gfio_client *gc, struct thread_stat *ts,
743 struct thread_stat *ts, unsigned int len,
776 static void gfio_show_io_depths(GtkWidget *vbox, struct thread_stat *ts)
816 static void gfio_show_cpu_usage(GtkWidget *vbox, struct thread_stat *ts)
957 struct thread_stat *ts)
1119 GtkWidget *vbox, struct thread_stat *ts,
1177 struct thread_stat *ts, int ddir)
[all …]
Dgfio.h141 struct thread_stat ts;
Dfio.h109 struct thread_stat ts;
Dclient.c56 struct thread_stat client_ts;
821 static void convert_ts(struct thread_stat *dst, struct thread_stat *src) in convert_ts()
Dserver.c1078 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()