Lines Matching defs:hist
895 struct timehist* hist;
897 hist = timehist_setup();
898 if(!hist) {
902 timehist_import(hist, s->svr.hist, NUM_BUCKETS_HIST);
903 for(i=0; i<hist->num; i++) {
906 (int)hist->buckets[i].lower.tv_sec,
907 (int)hist->buckets[i].lower.tv_usec,
908 (int)hist->buckets[i].upper.tv_sec,
909 (int)hist->buckets[i].upper.tv_usec,
910 (unsigned long)hist->buckets[i].count)) {
911 timehist_delete(hist);
915 timehist_delete(hist);