Home
last modified time | relevance | path

Searched refs:graph_line_pair (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/iowatcher/
Dplot.h65 struct graph_line_pair { struct
84 struct graph_line_pair data[]; argument
Dplot.c134 int size = sizeof(struct graph_line_data) + (stop_seconds + 1) * sizeof(struct graph_line_pair); in alloc_line_data()
224 static double rolling_avg(struct graph_line_pair *data, int index, int distance) in rolling_avg()