Searched refs:dump_histogram (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 258 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function 332 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 335 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 338 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 341 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 344 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats() 732 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats() 770 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab() 824 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups() 833 dump_histogram(mc->mc_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1219 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function 1339 dump_histogram(smp.smp_histogram, in metaslab_stats() 1365 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in metaslab_group_stats()
|