Lines Matching defs:hist
323 struct timehist* hist;
325 hist = timehist_setup();
326 if(!hist)
328 timehist_import(hist, s->svr.hist, NUM_BUCKETS_HIST);
329 for(i=0; i<hist->num; i++) {
331 (int)hist->buckets[i].lower.tv_sec,
332 (int)hist->buckets[i].lower.tv_usec,
333 (int)hist->buckets[i].upper.tv_sec,
334 (int)hist->buckets[i].upper.tv_usec,
335 (unsigned long)hist->buckets[i].count);
337 timehist_delete(hist);