Searched refs:dump_histogram (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 305 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function 379 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 382 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 385 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 388 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 883 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats() 922 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab() 974 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups() 983 dump_histogram(mc->mc_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups() 3803 dump_histogram(zcb.zcb_embedded_histogram[i], in dump_block_stats() [all …]
|