Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dplot.h121 int history_len; member
Dplot.c969 if (pph->num_used == pph->history_len) { in add_plot_history()
970 pph->history_len += 4096; in add_plot_history()
972 pph->history_len * sizeof(double)); in add_plot_history()
Dmain.c591 pph->history_len = 4096; in alloc_pid_plot_history()