Searched refs:trim_iops (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 36 GtkWidget *trim_iops; member 46 graph_label_t trim_iops; member
|
D | gclient.c | 416 gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_iops), iops_str[2]); 420 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… 510 gtk_entry_set_text(GTK_ENTRY(ui->eta.trim_iops), iops_str[2]); 514 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_…
|
D | gfio.c | 88 gg->trim_iops = graph_add_label(g, "Trim IOPS"); in setup_iops_graph() 91 graph_set_color(g, gg->trim_iops, GFIO_TRIM_R, GFIO_TRIM_G, GFIO_TRIM_B); in setup_iops_graph() 1400 …ge->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_TRIM_R, GFIO_TRIM_G, GFIO_… in new_client_page() 1488 …ui->eta.trim_iops = new_info_entry_in_frame_rgb(probe_box, "IOPS", GFIO_TRIM_R, GFIO_TRIM_G, GFIO_… in new_main_page()
|