Searched refs:highpc (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | hist.c | 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc); 100 || gmon_io_read_vma (ifp, &record->highpc) in read_histogram_header() 112 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) in read_histogram_header() 171 bfd_vma lowpc, highpc; in hist_read_rec() local 180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec() 190 highpc = n_record.highpc; in hist_read_rec() 191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec() 192 if (lowpc != highpc) in hist_read_rec() 220 (unsigned long) record->lowpc, (unsigned long) record->highpc, in hist_read_rec() 237 + i * (record->highpc - record->lowpc) in hist_read_rec() [all …]
|
D | gmon_io.c | 484 || tmp.high_pc != histograms->highpc in gmon_out_read() 497 histograms->highpc = tmp.high_pc; in gmon_out_read() 514 if (samp_bytes < 0 || histograms->lowpc > histograms->highpc) in gmon_out_read() 685 || gmon_io_write_vma (ofp, histograms->highpc) in gmon_out_write()
|
D | hist.h | 28 bfd_vma highpc; member
|
D | ChangeLog-2007 | 156 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
|
D | ChangeLog-9203 | 1630 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
|