Searched refs:graph_line_data (Results 1 – 9 of 9) sorted by relevance
/external/blktrace/iowatcher/ |
D | blkparse.h | 85 struct graph_line_data *tput_writes_gld; 86 struct graph_line_data *tput_reads_gld; 87 struct graph_line_data *iop_gld; 88 struct graph_line_data *latency_gld; 89 struct graph_line_data *queue_depth_gld; 92 struct graph_line_data *fio_gld; 105 struct graph_line_data **mpstat_gld; 127 void add_iop(struct trace *trace, struct graph_line_data *gld); 130 struct graph_line_data *latency_gld); 132 void add_tput(struct trace *trace, struct graph_line_data *writes_gld, [all …]
|
D | plot.h | 70 struct graph_line_data { struct 140 double line_graph_roll_avg_max(struct graph_line_data *gld); 141 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th… 142 struct graph_line_data *alloc_line_data(unsigned int min_seconds, unsigned int max_seconds, unsigne…
|
D | fio.h | 21 int add_fio_gld(unsigned int time, u64 bw, struct graph_line_data *gld);
|
D | mpstat.h | 27 int add_mpstat_gld(int time, double sys, struct graph_line_data *gld);
|
D | plot.c | 130 struct graph_line_data *alloc_line_data(unsigned int min_seconds, in alloc_line_data() 134 int size = sizeof(struct graph_line_data) + (stop_seconds + 1) * sizeof(struct graph_line_pair); in alloc_line_data() 135 struct graph_line_data *gld; in alloc_line_data() 762 static int rolling_span(struct graph_line_data *gld) in rolling_span() 770 double line_graph_roll_avg_max(struct graph_line_data *gld) in line_graph_roll_avg_max() 785 int svg_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int th… in svg_line_graph()
|
D | blkparse.c | 990 void add_tput(struct trace *trace, struct graph_line_data *writes_gld, in add_tput() 991 struct graph_line_data *reads_gld) in add_tput() 994 struct graph_line_data *gld; in add_tput() 1088 void add_pending_io(struct trace *trace, struct graph_line_data *gld) in add_pending_io() 1146 struct graph_line_data *latency_gld) in add_completed_io() 1185 void add_iop(struct trace *trace, struct graph_line_data *gld) in add_iop()
|
D | fio.c | 201 int add_fio_gld(unsigned int time, u64 bw, struct graph_line_data *gld) in add_fio_gld()
|
D | mpstat.c | 309 int add_mpstat_gld(int time, double sys, struct graph_line_data *gld) in add_mpstat_gld()
|
D | main.c | 158 struct graph_line_data **ptr; in alloc_mpstat_gld() 164 sizeof(struct graph_line_data *)); in alloc_mpstat_gld() 947 struct graph_line_data *gld = tf->mpstat_gld[i * MPSTAT_GRAPHS + gld_index]; in plot_cpu()
|