Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (5):
docs: fix typo on perfevent.conf(5) man page
pmdaperfevent: fix typo causing memleak/worse on an error path
build: update pmlogger gitignore file for Docker file
libpcp: small code cleanup in derive.c
pmdalinux: rejig network address code for individual refresh
man/man5/perfevent.conf.5 | 2
src/libpcp/src/derive.c | 47 +-------------------
src/pmdas/linux/clusters.h | 6 ++
src/pmdas/linux/pmda.c | 83 +++++++++++++++++++++++++++---------
src/pmdas/linux/proc_net_dev.c | 43 ++++++++++++------
src/pmdas/linux/proc_net_dev.h | 9 +++
src/pmdas/perfevent/perfinterface.c | 2
src/pmlogger/.gitignore | 1
8 files changed, 112 insertions(+), 81 deletions(-)
commit f6e96d83fe1a99c41a067365aa5cf271b6cccf92
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 20 17:36:04 2015 +1000
pmdalinux: rejig network address code for individual refresh
Refactor the pmdalinux network address metrics code along the
lines of the earlier net interface code, to ensure we only do
a minimum of refreshing, and to ensure the correct namespaces
are entered at appropriate times.
This resolves a failure in test qa/047, and is the second and
final part of the fix for SGI BZ #1067.
commit ef9bfe419311b1eb5370ed005bbda44d7f9260bc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 20 13:17:45 2015 +1000
libpcp: small code cleanup in derive.c
commit 9978fe41cc007250d463c7c4f4043a94c2374373
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 20 13:16:56 2015 +1000
build: update pmlogger gitignore file for Docker file
commit 4f1fb0236c4bc0cc1fe219e7459765a637cefad9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 20 13:16:16 2015 +1000
pmdaperfevent: fix typo causing memleak/worse on an error path
commit a9d9a8b841062df5c27f7599a1ed1fd1ae02f5d6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 20 13:15:16 2015 +1000
docs: fix typo on perfevent.conf(5) man page
|