diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2005-10-18 04:40:11 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2005-10-18 04:40:11 +0000 |
commit | 94200415ae821f8a9a0a303f2f1cb3725e913744 (patch) | |
tree | 253ff80dc0bfb1954675571fac860d2c86bcfccc /usr.sbin/pmcstat | |
parent | f5ba28afbc93209bb90dcd56e7c7fd02b1528a9c (diff) | |
download | FreeBSD-src-94200415ae821f8a9a0a303f2f1cb3725e913744.zip FreeBSD-src-94200415ae821f8a9a0a303f2f1cb3725e913744.tar.gz |
Document pmcstat's inability to handle 32 bit executables on the
AMD64 while I work on a fix.
Noticed by: ps
Diffstat (limited to 'usr.sbin/pmcstat')
-rw-r--r-- | usr.sbin/pmcstat/pmcstat.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8 index cb7a331..369a39d 100644 --- a/usr.sbin/pmcstat/pmcstat.8 +++ b/usr.sbin/pmcstat/pmcstat.8 @@ -244,3 +244,7 @@ It is .Ud .Sh AUTHORS .An Joseph Koshy Aq jkoshy@FreeBSD.org +.Sh BUGS +On AMD64 platforms +.Nm +does not yet handle profiles with samples from 32 bit executables. |