HomeSort by: relevance | last modified time | path
    Searched defs:dump_histogram (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 136 dump_histogram (FILE *file, vec<histogram_entry *> histogram) function
775 dump_histogram (dump_file, histogram);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 134 dump_histogram (FILE *file, vec<histogram_entry *> histogram) function
774 dump_histogram (dump_file, histogram);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 272 dump_histogram(const uint64_t *histo, int size, int offset) function
346 dump_histogram(zs.zs_leafs_with_2n_pointers, ZAP_HISTOGRAM_SIZE, 0);
349 dump_histogram(zs.zs_blocks_with_n5_entries, ZAP_HISTOGRAM_SIZE, 0);
352 dump_histogram(zs.zs_blocks_n_tenths_full, ZAP_HISTOGRAM_SIZE, 0);
355 dump_histogram(zs.zs_entries_using_n_chunks, ZAP_HISTOGRAM_SIZE, 0);
358 dump_histogram(zs.zs_buckets_with_n_entries, ZAP_HISTOGRAM_SIZE, 0);
746 dump_histogram(rt->rt_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
784 dump_histogram(sm->sm_phys->smp_histogram,
838 dump_histogram(mg->mg_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0);
847 dump_histogram(mc->mc_histogram, RANGE_TREE_HISTOGRAM_SIZE, 0)
    [all...]

Completed in 17 milliseconds