cpu_hist
static struct cpu_hist cpu_hist[MAX_CPU];
struct cpu_hist *hist;
hist = &cpu_hist[j];
cpu_hist[i].max = 0;
cpu_hist[c].data[i] = value;
if (value > cpu_hist[c].max)
cpu_hist[c].max = value;