summaryrefslogtreecommitdiff
path: root/gmon/gmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r--gmon/gmon.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c
index 00b5df5332..6dc4cb5998 100644
--- a/gmon/gmon.c
+++ b/gmon/gmon.c
@@ -58,6 +58,11 @@ static int s_scale;
#define ERR(s) write(2, s, sizeof(s) - 1)
+void moncontrol __P ((int mode));
+static void write_hist __P ((int fd));
+static void write_call_graph __P ((int fd));
+static void write_bb_counts __P ((int fd));
+
/*
* Control profiling
* profiling is what mcount checks to see if