--- cci/usr/src/ucb/gprof/gprof.h 2019/07/28 12:24:19 1.1 +++ cci/usr/src/ucb/gprof/gprof.h 2019/07/28 12:29:19 1.1.1.2 @@ -161,6 +161,8 @@ bool eflag; /* specific functions exc bool Eflag; /* functions excluded with time */ bool fflag; /* specific functions requested */ bool Fflag; /* functions requested with time */ +bool mflag; /* Memory Address histogram */ +bool Mflag; /* 'm' but suppress flat, arcs */ bool sflag; /* sum multiple gmon.out files */ bool zflag; /* zero time/called functions, too */