HomeSort by relevance Sort by last modified time
    Searched refs:alloc_line_data (Results 1 - 3 of 3) sorted by null

  /external/blktrace/iowatcher/
plot.h 142 struct graph_line_data *alloc_line_data(unsigned int min_seconds, unsigned int max_seconds, unsigned int stop_seconds);
main.c 286 tf->tput_reads_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
287 tf->tput_writes_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
288 tf->latency_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
291 tf->iop_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
302 alloc_line_data(tf->mpstat_min_seconds,
311 tf->fio_gld = alloc_line_data(tf->min_seconds,
    [all...]
plot.c 130 struct graph_line_data *alloc_line_data(unsigned int min_seconds, function

Completed in 678 milliseconds