| /src/external/gpl3/binutils/dist/gprof/ |
| hist.h | 25 typedef struct histogram struct 30 int *sample; /* Histogram samples (shorts in the file!). */ 31 } histogram; typedef in typeref:struct:histogram 33 extern histogram * histograms; 46 we have histogram data. Returns 1 if so and 0 otherwise. */ 49 /* Given a range of addresses for a symbol, find a histogram record 51 histogram record, modifying *P_LOWPC and *P_HIGHPC.
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| hist.h | 25 typedef struct histogram struct 30 int *sample; /* Histogram samples (shorts in the file!). */ 31 } histogram; typedef in typeref:struct:histogram
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| hist.h | 25 typedef struct histogram struct 30 int *sample; /* Histogram samples (shorts in the file!). */ 31 } histogram; typedef in typeref:struct:histogram 33 extern histogram * histograms; 46 we have histogram data. Returns 1 if so and 0 otherwise. */ 49 /* Given a range of addresses for a symbol, find a histogram record 51 histogram record, modifying *P_LOWPC and *P_HIGHPC.
|
| /src/usr.bin/systat/ |
| iostat.c | 54 static void histogram(double, int, double); 287 histogram(rwords / dtime, 50, 0.5); 289 histogram(rxfer / dtime, 50, 0.5); 292 histogram(wwords / dtime, 50, 0.5); 294 histogram(cur.wxfer[dn] / dtime, 50, 0.5); 300 histogram(atime / dtime, 50, 0.5); 318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE); 322 histogram(double val, int colwidth, double scale) function
|
| /src/external/bsd/unbound/dist/services/ |
| mesh.h | 128 /** histogram of time values */ 129 struct timehist* histogram; member in struct:mesh_area
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-profile.cc | 23 - Count histogram construction. This is a histogram analyzing how much 25 from profile feedback. This histogram is complete only with LTO, 31 histogram specifying the most common target. We look up the callgraph 63 /* Entry in the histogram. */ 72 /* Histogram of profile values. 73 The histogram is represented as an ordered vector of entries allocated via 77 vec<histogram_entry *> histogram; variable 78 static object_allocator<histogram_entry> histogram_pool ("IPA histogram"); 100 /* Account TIME and SIZE executed COUNT times into HISTOGRAM [all...] |
| value-prof.cc | 70 to profile. There are different histogram types (see HIST_TYPE_* in 71 value-prof.h) and each transformation can request one or more histogram 74 required for the different histogram types. 95 * Only one histogram of each type can be associated with a statement. 111 /* Allocate histogram value. */ 124 /* Hash value for histogram. */ 140 /* Set histogram for STMT. */ 163 /* Get histogram list for STMT. */ 174 /* Add histogram for STMT. */ 185 /* Remove histogram HIST from STMT's histogram list. * 803 histogram_value histogram; local 954 histogram_value histogram; local 1119 histogram_value histogram; local 1447 histogram_value histogram; local 1634 histogram_value histogram; local 1732 histogram_value histogram; local [all...] |
| ipa-icf.cc | 3244 /* Histogram calculation. */ 3247 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); local 3254 histogram[c]++; 3269 "Class size histogram [number of members]: number of classes\n"); 3271 if (histogram[i]) 3272 fprintf (dump_file, "%6u: %6u\n", i, histogram[i]); 3290 free (histogram);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-profile.cc | 23 - Count histogram construction. This is a histogram analyzing how much 25 from profile feedback. This histogram is complete only with LTO, 31 histogram specifying the most common target. We look up the callgraph 61 /* Entry in the histogram. */ 70 /* Histogram of profile values. 71 The histogram is represented as an ordered vector of entries allocated via 75 vec<histogram_entry *> histogram; variable 76 static object_allocator<histogram_entry> histogram_pool ("IPA histogram"); 98 /* Account TIME and SIZE executed COUNT times into HISTOGRAM [all...] |
| value-prof.cc | 70 to profile. There are different histogram types (see HIST_TYPE_* in 71 value-prof.h) and each transformation can request one or more histogram 74 required for the different histogram types. 95 * Only one histogram of each type can be associated with a statement. 111 /* Allocate histogram value. */ 124 /* Hash value for histogram. */ 140 /* Set histogram for STMT. */ 163 /* Get histogram list for STMT. */ 174 /* Add histogram for STMT. */ 185 /* Remove histogram HIST from STMT's histogram list. * 815 histogram_value histogram; local 966 histogram_value histogram; local 1131 histogram_value histogram; local 1455 histogram_value histogram; local 1642 histogram_value histogram; local 1740 histogram_value histogram; local [all...] |
| ipa-icf.cc | 3217 /* Histogram calculation. */ 3220 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); local 3227 histogram[c]++; 3241 "Class size histogram [number of members]: number of classes\n"); 3243 if (histogram[i]) 3244 fprintf (dump_file, "%6u: %6u\n", i, histogram[i]); 3262 free (histogram);
|