summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.h
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-06-20 11:05:25 +0000
committerstefanf <stefanf@FreeBSD.org>2004-06-20 11:05:25 +0000
commitaa456841b2ac37ef5d887fe1d9feb715d303cbee (patch)
treecb9dea9d68f8350a536dd0d626eb98e12b6ed452 /usr.bin/gprof/gprof.h
parentbcffee208f3017076a5d0f6bb8ae3a0ae9802b18 (diff)
downloadFreeBSD-src-aa456841b2ac37ef5d887fe1d9feb715d303cbee.zip
FreeBSD-src-aa456841b2ac37ef5d887fe1d9feb715d303cbee.tar.gz
Retire support for gprof's -c option. All our currently supported
architectures only provide a dummy implementation. Silence on: current@
Diffstat (limited to 'usr.bin/gprof/gprof.h')
-rw-r--r--usr.bin/gprof/gprof.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index fc0630b..5e44307 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -228,7 +228,6 @@ int cyclethreshold; /* with -C, minimum cycle size to ignore */
*/
bool aflag; /* suppress static functions */
bool bflag; /* blurbs, too */
-bool cflag; /* discovered call graph, too */
bool Cflag; /* find cut-set to eliminate cycles */
bool dflag; /* debugging options */
bool eflag; /* specific functions excluded */
@@ -284,9 +283,6 @@ void doflags(void);
void dotime(void);
void dumpsum(char *);
int elf_getnfile(const char *, char ***);
-/*
- findcalls();
-*/
void flatprofheader(void);
void flatprofline(nltype *);
void getpfile(char *);
OpenPOWER on IntegriCloud