Searched refs:hist_scale (Results 1 – 6 of 6) sorted by relevance
52 double hist_scale; variable127 hist_scale = n_hist_scale; in read_histogram_header()155 if (fabs (hist_scale - n_hist_scale) > 0.000001) in read_histogram_header()306 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale; in scale_and_align_entries()308 / hist_scale); in scale_and_align_entries()379 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples_1()380 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples_1()419 symtab.base[j].name, overlap * count_time / hist_scale, in hist_assign_samples_1()423 credit = overlap * count_time / hist_scale; in hist_assign_samples_1()471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
38 extern double hist_scale;
56 set num_histograms and hist_scale.
499 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read()
80 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
1631 points one past the last sampling bin, so hist_scale should be1632 computed as "hist_scale /= hist_num_bins", not "hist_scale /=