Searched refs:histo (Results 1 – 2 of 2) sorted by relevance
510 uint64_t histo[HISTOSZ]; in dbuf_stats() local520 histo[i] = 0; in dbuf_stats()551 histo[len]++; in dbuf_stats()562 if (histo[i] > 0) in dbuf_stats()566 mdb_printf("%u %llu\n", i, histo[i]); in dbuf_stats()1219 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() argument1227 if (histo[i] > max) in dump_histogram()1228 max = histo[i]; in dump_histogram()1229 if (histo[i] > 0 && i > maxidx) in dump_histogram()1231 if (histo[i] > 0 && i < minidx) in dump_histogram()[all …]
259 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() argument267 if (histo[i] > max) in dump_histogram()268 max = histo[i]; in dump_histogram()269 if (histo[i] > 0 && i > maxidx) in dump_histogram()271 if (histo[i] > 0 && i < minidx) in dump_histogram()280 i + offset, (u_longlong_t)histo[i], in dump_histogram()281 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()