Searched defs:max_buckets (Results 1 – 5 of 5) sorted by relevance
126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()256 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()278 int max_buckets) { in show_rate_histogram()
127 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()257 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()279 int max_buckets) { in show_rate_histogram()
531 const uint32_t max_buckets = in CreateHistogram() local
535 const uint32_t max_buckets = in CreateHistogram() local
476 const size_t max_buckets = static_cast<size_t>(*maximum - *minimum + 2); in InspectConstructionArguments() local