HomeSort by relevance Sort by last modified time
    Searched refs:thread_stat (Results 1 - 14 of 14) sorted by null

  /external/fio/
steadystate.h 11 extern uint64_t steadystate_bw_mean(struct thread_stat *);
12 extern uint64_t steadystate_iops_mean(struct thread_stat *);
stat.h 143 struct thread_stat { struct
275 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs, struct flist_head *, struct buf_output *);
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);
server.h 120 struct thread_stat ts;
220 struct thread_stat;
222 extern void fio_server_send_ts(struct thread_stat *, struct group_run_stats *);
libfio.c 356 compiletime_assert((offsetof(struct thread_stat, percentile_list) % 8) == 0, "stat percentile_list");
357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time");
358 compiletime_assert((offsetof(struct thread_stat, total_err_count) % 8) == 0, "total_err_count");
359 compiletime_assert((offsetof(struct thread_stat, latency_percentile) % 8) == 0, "stat latency_percentile");
stat.c 27 struct thread_stat *ts = &td->ts;
37 struct thread_stat *ts = &td->ts;
338 static void stat_calc_lat(struct thread_stat *ts, double *dst,
358 void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat)
363 void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat)
387 static void show_ddir_status(struct group_run_stats *rs, struct thread_stat *ts,
522 static void show_latencies(struct thread_stat *ts, struct buf_output *out)
677 static void show_ss_normal(struct thread_stat *ts, struct buf_output *out)
706 static void show_thread_status_normal(struct thread_stat *ts,
817 static void show_ddir_status_terse(struct thread_stat *ts
    [all...]
client.h 148 extern struct thread_stat client_ts;
gfio.h 141 struct thread_stat ts;
gclient.c 18 static void gfio_display_ts(struct fio_client *client, struct thread_stat *ts,
676 struct thread_stat *ts, unsigned int len)
705 static void gfio_add_end_results(struct gfio_client *gc, struct thread_stat *ts,
717 struct thread_stat *ts, unsigned int len,
750 static void gfio_show_io_depths(GtkWidget *vbox, struct thread_stat *ts)
790 static void gfio_show_cpu_usage(GtkWidget *vbox, struct thread_stat *ts)
931 struct thread_stat *ts)
1093 GtkWidget *vbox, struct thread_stat *ts,
    [all...]
steadystate.c 343 uint64_t steadystate_bw_mean(struct thread_stat *ts)
354 uint64_t steadystate_iops_mean(struct thread_stat *ts)
fio.h 152 struct thread_stat ts;
client.c 58 struct thread_stat client_ts;
872 static void convert_ts(struct thread_stat *dst, struct thread_stat *src)
    [all...]
server.c 1447 * Send a CMD_TS, which packs struct thread_stat and group_run_stats
1450 void fio_server_send_ts(struct thread_stat *ts, struct group_run_stats *rs)
    [all...]
  /external/autotest/client/tests/signaltest/src/
signaltest.c 48 struct thread_stat *stats;
53 struct thread_stat { struct
98 struct thread_stat *stat = par->stats;
293 struct thread_stat *stat = par->stats;
318 struct thread_stat *stat;
340 stat = calloc(num_threads, sizeof(struct thread_stat));
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 66 struct thread_stat *stats;
72 struct thread_stat { struct
207 struct thread_stat *stat = par->stats;
499 struct thread_stat *stat = par->stats;
525 struct thread_stat *stat;
552 stat = calloc(num_threads, sizeof(struct thread_stat));

Completed in 3934 milliseconds