Lines Matching defs:hist
301 struct timehist* hist;
303 hist = timehist_setup();
304 if(!hist)
306 timehist_import(hist, s->svr.hist, NUM_BUCKETS_HIST);
307 for(i=0; i<hist->num; i++) {
309 (int)hist->buckets[i].lower.tv_sec,
310 (int)hist->buckets[i].lower.tv_usec,
311 (int)hist->buckets[i].upper.tv_sec,
312 (int)hist->buckets[i].upper.tv_usec,
313 (unsigned long)hist->buckets[i].count);
315 timehist_delete(hist);