Searched refs:add_mpstat_gld (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/iowatcher/ |
D | mpstat.h | 27 int add_mpstat_gld(int time, double sys, struct graph_line_data *gld);
|
D | main.c | 471 add_mpstat_gld(time, sys, tf->mpstat_gld[i + MPSTAT_SYS]); in read_trace_events() 472 add_mpstat_gld(time, irq, tf->mpstat_gld[i + MPSTAT_IRQ]); in read_trace_events() 473 add_mpstat_gld(time, soft, tf->mpstat_gld[i + MPSTAT_SOFT]); in read_trace_events() 474 add_mpstat_gld(time, user, tf->mpstat_gld[i + MPSTAT_USER]); in read_trace_events() 475 add_mpstat_gld(time, iowait, tf->mpstat_gld[i + MPSTAT_IO]); in read_trace_events()
|
D | mpstat.c | 309 int add_mpstat_gld(int time, double sys, struct graph_line_data *gld) in add_mpstat_gld() function
|