Lines Matching refs:EXTERN
62 #ifndef EXTERN
63 #define EXTERN extern macro
69 EXTERN long hz;
71 EXTERN size_t histcounter_size;
72 EXTERN int histcounter_type;
74 EXTERN char *a_outname;
77 EXTERN char *gmonname;
137 EXTERN nltype *nl; /* the whole namelist */
138 EXTERN nltype *npe; /* the virtual end of the namelist */
139 EXTERN int nname; /* the number of function names */
158 EXTERN arctype *archead; /* the head of arcs in current cycle list */
159 EXTERN cltype *cyclehead; /* the head of the list */
160 EXTERN int cyclecnt; /* the number of cycles found */
174 EXTERN nltype *cyclenl; /* cycle header namelist */
175 EXTERN int ncycle; /* number of cycles discovered */
191 EXTERN int debug;
197 EXTERN double *samples;
199 EXTERN unsigned long s_lowpc; /* lowpc from the profile file */
200 EXTERN unsigned long s_highpc; /* highpc from the profile file */
202 EXTERN unsigned long lowpc, highpc;
203 EXTERN unsigned sampbytes; /* number of bytes of samples */
204 EXTERN int nsamples; /* number of samples */
206 EXTERN double actime;
207 EXTERN double totime; /* total time for all routines */
208 EXTERN double printtime; /* total of time being printed */
209 EXTERN double scale; /* scale factor converting samples to pc
211 EXTERN unsigned char *textspace; /* text space of a.out in core */
213 EXTERN int cyclethreshold;
218 EXTERN bool aflag; /* suppress static functions */
219 EXTERN bool bflag; /* blurbs, too */
220 EXTERN bool Cflag; /* find cut-set to eliminate cycles */
221 EXTERN bool dflag; /* debugging options */
222 EXTERN bool eflag; /* specific functions excluded */
223 EXTERN bool Eflag; /* functions excluded with time */
224 EXTERN bool fflag; /* specific functions requested */
225 EXTERN bool Fflag; /* functions requested with time */
226 EXTERN bool kflag; /* arcs to be deleted */
227 EXTERN bool Kflag; /* use the running kernel for symbols */
228 EXTERN bool sflag; /* sum multiple gmon.out files */
229 EXTERN bool uflag; /* suppress symbols hidden from C */
230 EXTERN bool zflag; /* zero time/called functions, too */