aboutsummaryrefslogtreecommitdiff
path: root/gprof/gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gmon.h')
-rw-r--r--gprof/gmon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/gmon.h b/gprof/gmon.h
index c89a721..2c88a63 100644
--- a/gprof/gmon.h
+++ b/gprof/gmon.h
@@ -98,6 +98,12 @@ struct rawarc {
long raw_count;
};
+struct veryrawarc {
+ char raw_frompc[4];
+ char raw_selfpc[4];
+ char raw_count[4];
+};
+
/*
* general rounding functions.
*/