Lines Matching refs:bucket
75 int bucket) in update_main_hist() argument
81 if (bucket >= entries) in update_main_hist()
85 map_increment(map, bucket); in update_main_hist()
90 int bucket) in update_summary() argument
98 if (bucket >= entries) in update_summary()
127 int bucket; in handle_timerlat_sample() local
134 bucket = latency / bucket_size; in handle_timerlat_sample()
137 update_main_hist(&hist_irq, bucket); in handle_timerlat_sample()
138 update_summary(&summary_irq, latency, bucket); in handle_timerlat_sample()
143 update_main_hist(&hist_thread, bucket); in handle_timerlat_sample()
144 update_summary(&summary_thread, latency, bucket); in handle_timerlat_sample()
149 update_main_hist(&hist_user, bucket); in handle_timerlat_sample()
150 update_summary(&summary_user, latency, bucket); in handle_timerlat_sample()