Searched defs:dump_histogram (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c277 dump_histogram(const uint64_t *histo, int size, int offset) function
351 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0);
354 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0);
357 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0);
360 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0);
363 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0);
751 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
789 dump_histogram(sm->sm_phys->smp_histogram,
843 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
852 dump_histogram(m
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1097 dump_histogram(const uint64_t *histo, int size, int offset) function
1143 dump_histogram(mc.mc_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
1388 dump_histogram(smp.smp_histogram,
1414 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
3810 dump_histogram(data.anon_bufs, data.hist_nbuckets, 0);
3815 dump_histogram(data.anon_c_hist, data.hist_nbuckets, 0);
3820 dump_histogram(data.anon_u_hist, data.hist_nbuckets, 0);
3828 dump_histogram(data.mru_bufs, data.hist_nbuckets, 0);
3833 dump_histogram(data.mru_c_hist, data.hist_nbuckets, 0);
3838 dump_histogram(dat
[all...]

Completed in 75 milliseconds