Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/include/impl.h | 2 +-
src/libpcp/src/context.c | 5 +++--
src/libpcp/src/spec.c | 9 ++++-----
src/pmdas/linux/proc_pid.c | 6 ++++--
4 files changed, 12 insertions(+), 10 deletions(-)
commit a53d8061a03fd7d163a76169684ad4ea2fb1a7bd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 7 11:05:32 2008 +1000
For the per-process schedstat metrics on Linux, if the running
kernel does not support them we were getting the error handling
wrong - do not close a descriptor we didn't open, and only set
the cluster-fetched flag if that was indeed the case.
commit 0d4c078fb153111c5eab779757a944a3b27cf36c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 7 10:29:31 2008 +1000
Fix __pmUnparseHostSpec routine so that host pmDupContext works again.
|