Home
last modified time | relevance | path

Searched refs:dump_histogram (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c260 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function
334 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
337 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
340 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
343 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
346 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
742 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats()
781 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()
835 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()
844 dump_histogram(mc->mc_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1221 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function
1341 dump_histogram(smp.smp_histogram, in metaslab_stats()
1367 dump_histogram(mg.mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0); in metaslab_group_stats()