Date: Sat, 17 Sep 2005 13:04:10 +0000 (UTC) From: Joseph Koshy <jkoshy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pmcstat pmcstat_log.c Message-ID: <200509171304.j8HD4ASw027714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkoshy 2005-09-17 13:04:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/pmcstat pmcstat_log.c
Log:
MFC { r1.4, r1.5 "pmcstat_log.c" }
- Determine where the runtime loader got mapped to when a dynamically
linked process was exec()'ed, and map samples in that address range
into the appropriate buckets in the runtime loader's profile.
- Fix a bug that caused generated gmon.out profiles to be out of
whack. Use saturating arithmetic when incrementing a bucket.
- Improve a few comments.
Approved by: re (scottl)
Revision Changes Path
1.3.2.1 +150 -95 src/usr.sbin/pmcstat/pmcstat_log.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509171304.j8HD4ASw027714>
