Home
last modified time | relevance | path

Searched refs:iops_graph (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgfio.c95 gg->iops_graph = g; in setup_iops_graph()
327 graph_set_size(g->iops_graph, width / 2.0, height); in on_config_drawing_area()
328 graph_set_position(g->iops_graph, width / 2.0, 0.0); in on_config_drawing_area()
347 if (graph_contains_xy(g->iops_graph, x, y)) in graph_tooltip()
348 text = graph_find_tooltip(g->iops_graph, x, y); in graph_tooltip()
367 if (graph_has_tooltips(g->iops_graph) || in on_expose_drawing_area()
374 draw_graph(g->iops_graph, cr); in on_expose_drawing_area()
661 graph_clear_values(g->iops_graph); in gfio_clear_graph_data()
1089 line_graph_set_data_count_limit(g->iops_graph, gfio_graph_limit); in __update_graph_settings()
1090 graph_set_font(g->iops_graph, gfio_graph_font); in __update_graph_settings()
Dgfio.h43 struct graph *iops_graph; member
Dgclient.c404 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… in gfio_update_client_eta()
405 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… in gfio_update_client_eta()
406 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… in gfio_update_client_eta()
488 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… in gfio_update_all_eta()
489 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… in gfio_update_all_eta()
490 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… in gfio_update_all_eta()