summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/mips.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-21 05:52:49 +0000
committerbde <bde@FreeBSD.org>2002-02-21 05:52:49 +0000
commit9fe42a4fee4200348beab621671bea0816e7cd89 (patch)
tree630078cc80ecef913760120de7f79f329132d84e /usr.bin/gprof/mips.h
parentd697d82de9960c5b43c53e21853d5ed3ed9813f6 (diff)
downloadFreeBSD-src-9fe42a4fee4200348beab621671bea0816e7cd89.zip
FreeBSD-src-9fe42a4fee4200348beab621671bea0816e7cd89.tar.gz
Reserved one of the spare fields in struct gmon to record the history
counter type, as threatened in rev.1.8 (the density doesn't need to be recorded since it can be derived from other fields). This doesn't affect binary compatibility, but new utilities won't be able to depend on the contents of this field because libc/gmon/gmon.c was broken -- it wrote garbage to the spare fields. Added a history counter type field to struct gmonparam. This breaks binary compatibility a little, since kgmon wanted to read the whole struct. Fixed kgmon to only depend on reading the critical earlier parts of the struct. This should also fix 6+ year old breakage of binary compatibility when the profrate field was added. Only initialize the new field in struct gmon for now, so that the compatibility code for this (in kgmon) gets tested. The compatibility code has to guesstimate the value. The new field in struct gmonparam is for the kernel to initialize so that kgmon doesn't have to guess.
Diffstat (limited to 'usr.bin/gprof/mips.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud