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

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 297 Histogram bin I covers some address range [BIN_LOWPC,BIN_HIGH_PC)
302 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
321 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
335 bfd_vma bin_low_pc, bin_high_pc; local
353 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1));
358 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
360 (unsigned long) (sizeof (UNIT) * bin_high_pc),
375 if (bin_high_pc < sym_low_pc
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
hist.c 326 Histogram bin I covers some address range [BIN_LOWPC,BIN_HIGH_PC)
331 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
350 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
364 bfd_vma bin_low_pc, bin_high_pc; local
382 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1));
387 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
389 (unsigned long) (sizeof (UNIT) * bin_high_pc),
404 if (bin_high_pc < sym_low_pc
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 326 Histogram bin I covers some address range [BIN_LOWPC,BIN_HIGH_PC)
331 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
350 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
364 bfd_vma bin_low_pc, bin_high_pc; local
382 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1));
387 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
389 (unsigned long) (sizeof (UNIT) * bin_high_pc),
404 if (bin_high_pc < sym_low_pc
    [all...]

Completed in 29 milliseconds