Searched refs:graph_label (Results 1 – 2 of 2) sorted by relevance
/external/fio/ |
D | graph.c | 61 struct graph_label { struct 157 static int count_values(struct graph_label *l) in count_values() 180 static double find_double_values(struct graph_label *l, double_comparator cmp) in find_double_values() 207 struct graph_label *i; in find_double_data() 215 i = flist_entry(entry, struct graph_label, list); in find_double_data() 237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, in draw_bars() 442 struct graph_label *lb; in bar_graph_draw() 474 lb = flist_entry(entry, struct graph_label, list); in bar_graph_draw() 505 struct graph_label *i; in find_xy_value() 511 i = flist_entry(entry, struct graph_label, list); in find_xy_value() [all …]
|
D | graph.h | 5 struct graph_label; 7 typedef struct graph_label * graph_label_t;
|