HomeSort by: relevance | last modified time | path
    Searched refs:hist_scale (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
hist.h 37 each sample covers HIST_SCALE bytes. */
38 extern double hist_scale;
hist.c 52 double hist_scale; variable
86 HIST_DIMENSION_ABBREV, HIST_SCALE. If FIRST is zero, checks
127 hist_scale = n_hist_scale;
155 if (fabs (hist_scale - n_hist_scale) > 0.000001)
159 whoami, hist_scale, n_hist_scale);
307 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale;
309 / hist_scale);
381 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
382 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1));
421 symtab->base[j].name, overlap * count_time / hist_scale,
    [all...]
gmon_io.c 487 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT))
cg_print.c 80 (long) hist_scale * (long) sizeof (UNIT));
  /src/external/gpl3/binutils.old/dist/gprof/
hist.h 37 each sample covers HIST_SCALE bytes. */
38 extern double hist_scale;
hist.c 52 double hist_scale; variable
86 HIST_DIMENSION_ABBREV, HIST_SCALE. If FIRST is zero, checks
127 hist_scale = n_hist_scale;
155 if (fabs (hist_scale - n_hist_scale) > 0.000001)
159 whoami, hist_scale, n_hist_scale);
307 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale;
309 / hist_scale);
381 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
382 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1));
421 symtab->base[j].name, overlap * count_time / hist_scale,
    [all...]
gmon_io.c 487 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT))
cg_print.c 80 (long) hist_scale * (long) sizeof (UNIT));
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 64 each sample covers HIST_SCALE bytes. */
65 static double hist_scale; variable
98 HIST_DIMENSION_ABBREV, HIST_SCALE. If FIRST is zero, checks
139 hist_scale = n_hist_scale;
167 if (fabs (hist_scale - n_hist_scale) > 0.000001)
171 whoami, hist_scale, n_hist_scale);
278 bin_of_entry = (sym->hist.scaled_addr - r->lowpc) / hist_scale;
280 / hist_scale);
352 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
353 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1))
    [all...]

Completed in 41 milliseconds