Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/pmdas/linux/cgroups.c | 46 +++++++++++++++++++++++++++++-------------
src/pmdas/linux/cgroups.h | 4 +--
src/pmdas/linux/dynamic.c | 37 ++++++++++++++++-----------------
src/pmdas/linux/dynamic.h | 2 -
src/pmdas/linux/interrupts.c | 23 +++++++++++++++------
src/pmdas/linux/interrupts.h | 1
src/pmdas/linux/pmda.c | 26 +++++++++++++++++------
src/pmdas/windows/GNUmakefile | 2 -
src/win32ctl/GNUmakefile | 5 ++--
src/win32ctl/lib/GNUmakefile | 2 +
10 files changed, 96 insertions(+), 52 deletions(-)
commit bfc81284aa538084772ac3c4a606ac415b95a334
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 23 09:14:24 2011 +1100
Fix memory overwrite in recent percpu interrupt metric changes.
Also cleanup some bits and pieces in pmdalinux dynamic metrics
code, and add some handy diagnostics in a couple of places.
Only call the metric table rebuilding code once for all dynamic
metrics now, instead of in every sub tree - bit more efficient.
Thanks to Ken for finding the problem, initial diagnosis and
review.
commit 4ad19841eb0473ffa09a2a6c5313d0fdd47365d4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 23 09:10:43 2011 +1100
Remove reference to moved file in Windows PMDA build, thanks Ken.
commit 525b4dc4dba2df872bc68c662612d7be434bb353
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 23 09:07:39 2011 +1100
Fix up non-Win32 builds after recent Windows additions.
|