Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.h143 struct graph_dot_data *alloc_dot_data(unsigned int min_seconds, unsigned int max_seconds, u64 min_o…
Dblkparse.c1079 …tf->gdd_reads[index] = alloc_dot_data(tf->min_seconds, tf->max_seconds, tf->min_offset, tf->max_of… in add_io()
1083 …tf->gdd_writes[index] = alloc_dot_data(tf->min_seconds, tf->max_seconds, tf->min_offset, tf->max_o… in add_io()
Dplot.c148 struct graph_dot_data *alloc_dot_data(unsigned int min_seconds, in alloc_dot_data() function