• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/usr.bin/gprof/

Lines Matching refs:EXTERN

75 #ifndef EXTERN
76 #define EXTERN extern
82 EXTERN long hz;
84 EXTERN size_t histcounter_size;
85 EXTERN int histcounter_type;
87 EXTERN char *a_outname;
90 EXTERN char *gmonname;
150 EXTERN nltype *nl; /* the whole namelist */
151 EXTERN nltype *npe; /* the virtual end of the namelist */
152 EXTERN int nname; /* the number of function names */
171 EXTERN arctype *archead; /* the head of arcs in current cycle list */
172 EXTERN cltype *cyclehead; /* the head of the list */
173 EXTERN int cyclecnt; /* the number of cycles found */
187 EXTERN nltype *cyclenl; /* cycle header namelist */
188 EXTERN int ncycle; /* number of cycles discovered */
204 EXTERN int debug;
210 EXTERN double *samples;
212 EXTERN unsigned long s_lowpc; /* lowpc from the profile file */
213 EXTERN unsigned long s_highpc; /* highpc from the profile file */
215 EXTERN unsigned long lowpc, highpc;
216 EXTERN unsigned sampbytes; /* number of bytes of samples */
217 EXTERN int nsamples; /* number of samples */
219 EXTERN double actime;
220 EXTERN double totime; /* total time for all routines */
221 EXTERN double printtime; /* total of time being printed */
222 EXTERN double scale; /* scale factor converting samples to pc
224 EXTERN unsigned char *textspace; /* text space of a.out in core */
226 EXTERN int cyclethreshold;
231 EXTERN bool aflag; /* suppress static functions */
232 EXTERN bool bflag; /* blurbs, too */
233 EXTERN bool Cflag; /* find cut-set to eliminate cycles */
234 EXTERN bool dflag; /* debugging options */
235 EXTERN bool eflag; /* specific functions excluded */
236 EXTERN bool Eflag; /* functions excluded with time */
237 EXTERN bool fflag; /* specific functions requested */
238 EXTERN bool Fflag; /* functions requested with time */
239 EXTERN bool kflag; /* arcs to be deleted */
240 EXTERN bool Kflag; /* use the running kernel for symbols */
241 EXTERN bool sflag; /* sum multiple gmon.out files */
242 EXTERN bool uflag; /* suppress symbols hidden from C */
243 EXTERN bool zflag; /* zero time/called functions, too */