Lines Matching refs:histograms
50 histogram * histograms; variable
202 histograms = (struct histogram *) in hist_read_rec()
203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1)); in hist_read_rec()
204 memcpy (histograms + num_histograms, in hist_read_rec()
206 record = &histograms[num_histograms]; in hist_read_rec()
255 histogram *record = &histograms[r]; in hist_write_hist()
455 hist_assign_samples_1 (&histograms[i]); in hist_assign_samples()
675 if (histograms[i].lowpc <= address && address < histograms[i].highpc) in hist_check_address()
703 common_low = max (histograms[i].lowpc, *p_lowpc); in hist_clip_symbol_address()
704 common_high = min (histograms[i].highpc, *p_highpc); in hist_clip_symbol_address()
736 if (histograms[i].lowpc == lowpc && histograms[i].highpc == highpc) in find_histogram()
737 return &histograms[i]; in find_histogram()
750 if (histograms[i].lowpc <= pc && pc < histograms[i].highpc) in find_histogram_for_pc()
751 return &histograms[i]; in find_histogram_for_pc()