Home | History | Annotate | Download | only in fio

Lines Matching refs:iops_graph

95 	gg->iops_graph = g;
327 graph_set_size(g->iops_graph, width / 2.0, height);
328 graph_set_position(g->iops_graph, width / 2.0, 0.0);
347 if (graph_contains_xy(g->iops_graph, x, y))
348 text = graph_find_tooltip(g->iops_graph, x, y);
367 if (graph_has_tooltips(g->iops_graph) ||
374 draw_graph(g->iops_graph, cr);
659 graph_clear_values(g->iops_graph);
1087 line_graph_set_data_count_limit(g->iops_graph, gfio_graph_limit);
1088 graph_set_font(g->iops_graph, gfio_graph_font);