Lines Matching refs:bucket_size
41 int bucket_size; member
64 int bucket_size; member
96 *timerlat_alloc_histogram(int nr_cpus, int entries, int bucket_size) in timerlat_alloc_histogram() argument
106 data->bucket_size = bucket_size; in timerlat_alloc_histogram()
154 if (data->bucket_size) in timerlat_hist_update()
155 bucket = latency / data->bucket_size; in timerlat_hist_update()
366 bucket * data->bucket_size); in timerlat_print_stats()
502 params->bucket_size = 1; in timerlat_hist_parse_args()
565 params->bucket_size = get_llong_from_str(optarg); in timerlat_hist_parse_args()
566 if ((params->bucket_size == 0) || (params->bucket_size >= 1000000)) in timerlat_hist_parse_args()
766 tool->data = timerlat_alloc_histogram(nr_cpus, params->entries, params->bucket_size); in timerlat_init_hist()