Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c986 dump_histogram(const uint64_t *histo, int size, int offset) in dump_histogram() function
1062 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1065 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1068 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1071 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1074 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0); in dump_zap_stats()
1695 dump_histogram(rt->rt_histogram, ZFS_RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_stats()
1752 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()
1846 dump_histogram(mg->mg_histogram, in dump_metaslab_groups()
1856 dump_histogram(mc->mc_histogram, ZFS_RANGE_TREE_HISTOGRAM_SIZE, 0); in dump_metaslab_groups()
[all …]