Home
last modified time | relevance | path

Searched refs:mpstat_gld (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/iowatcher/
Dmain.c169 tf->mpstat_gld = ptr; in alloc_mpstat_gld()
301 tf->mpstat_gld[i] = in setup_trace_file_graphs()
305 tf->mpstat_gld[i]->max = 100; in setup_trace_file_graphs()
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()
489 tf->mpstat_gld[MPSTAT_SYS]->max = max_sys; in read_trace_events()
490 tf->mpstat_gld[MPSTAT_IRQ]->max = max_irq; in read_trace_events()
[all …]
Dblkparse.h105 struct graph_line_data **mpstat_gld; member