Searched defs:max_buckets (Results 1 – 3 of 3) sorted by relevance
117 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()237 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()259 int max_buckets) { in show_rate_histogram()
126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()253 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()275 int max_buckets) { in show_rate_histogram()
531 const uint32_t max_buckets = in CreateHistogram() local