Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dmain.c286 tf->tput_reads_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
287 tf->tput_writes_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
288 tf->latency_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
291 tf->iop_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds); in setup_trace_file_graphs()
302 alloc_line_data(tf->mpstat_min_seconds, in setup_trace_file_graphs()
311 tf->fio_gld = alloc_line_data(tf->min_seconds, in setup_trace_file_graphs()
Dplot.h142 struct graph_line_data *alloc_line_data(unsigned int min_seconds, unsigned int max_seconds, unsigne…
Dplot.c130 struct graph_line_data *alloc_line_data(unsigned int min_seconds, in alloc_line_data() function