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

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 60 static histogram * histograms; variable
163 /* The only reason we require the same scale for histograms is that
214 histograms = (struct histogram *)
215 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1));
216 memcpy (histograms + num_histograms,
218 record = &histograms[num_histograms];
414 hist_assign_samples_1 (&histograms[i], whoami);
441 common_low = max (histograms[i].lowpc, *p_lowpc);
442 common_high = min (histograms[i].highpc, *p_highpc);
474 if (histograms[i].lowpc == lowpc && histograms[i].highpc == highpc
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
hist.c 50 histogram * histograms; variable
151 /* The only reason we require the same scale for histograms is that
202 histograms = (struct histogram *)
203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1));
204 memcpy (histograms + num_histograms,
206 record = &histograms[num_histograms];
244 /* Write all execution histograms file OFP. FILENAME is the name
255 histogram *record = &histograms[r];
457 hist_assign_samples_1 (&histograms[i]);
678 if (histograms[i].lowpc <= address && address < histograms[i].highpc
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 50 histogram * histograms; variable
151 /* The only reason we require the same scale for histograms is that
202 histograms = (struct histogram *)
203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1));
204 memcpy (histograms + num_histograms,
206 record = &histograms[num_histograms];
244 /* Write all execution histograms file OFP. FILENAME is the name
255 histogram *record = &histograms[r];
457 hist_assign_samples_1 (&histograms[i]);
678 if (histograms[i].lowpc <= address && address < histograms[i].highpc
    [all...]

Completed in 24 milliseconds