Searched refs:max_buckets (Results 1 – 3 of 3) sorted by relevance
126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets() argument147 while (buckets > max_buckets) { in merge_hist_buckets()253 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument270 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram()275 int max_buckets) { in show_rate_histogram() argument287 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()
31 void show_q_histogram(const int counts[64], int max_buckets);34 int max_buckets);
558 const uint32_t max_buckets = in CreateHistogram() local565 histogram_data.bucket_count >= max_buckets || in CreateHistogram()