HomeSort by relevance Sort by last modified time
    Searched full:num_histograms (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
hist.c 52 unsigned num_histograms;
179 read_histogram_header (&n_record, ifp, filename, num_histograms == 0);
204 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1));
205 memcpy (histograms + num_histograms,
207 record = &histograms[num_histograms];
208 ++num_histograms;
254 for (r = 0; r < num_histograms; ++r)
455 for (i = 0; i < num_histograms; ++i)
675 for (i = 0; i < num_histograms; ++i)
695 if (num_histograms == 0
51 unsigned num_histograms; variable
    [all...]
hist.h 35 extern unsigned num_histograms;
ChangeLog-2008 56 set num_histograms and hist_scale.
ChangeLog-2007 153 (histograms, num_histograms): New.
ChangeLog-2009 33 * hist.h: Move declaration of histograms and num_histograms
gmon_io.c 495 num_histograms = 1;

Completed in 4480 milliseconds