Changes committed to git://oss.sgi.com/kenj/pcp.git dev
man/man3/GNUmakefile | 3
man/man3/pmdaevent.3 | 254 +++++++++++++++++++++++++++++++++++++++
man/man3/pmeventflagsstr.3 | 46 +++++++
src/include/pmapi.h | 11 +
src/include/pmda.h | 12 +
src/libpcp/src/events.c | 10 +
src/libpcp/src/util.c | 39 ++++++
src/libpcp_pmda/src/GNUmakefile | 3
src/libpcp_pmda/src/events.c | 258 ++++++++++++++++++++++++++++++++++++++++
src/pmdas/sample/src/events.c | 217 +++++++++------------------------
src/pmdas/sample/src/events.h | 9 -
src/pmdas/sample/src/sample.c | 20 ---
src/pmdumplog/pmdumplog.c | 2
src/pminfo/pminfo.c | 186 +++++++++++++++-------------
14 files changed, 803 insertions(+), 267 deletions(-)
commit 6d3c399c3b2f0b8c0d1ef80fdca828b812c950c4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Dec 16 11:18:41 2010 +1100
Event records support
This batch of changes incorporates Nathan's review and some additional
work to generalize the support for event records with
- additional event flag definitions
- pmEventFlagsStr() added to libpcp
- assorted pmdaEvent* routines extracted from the sample PMDA, made
more generic and added to libpcp_pmda
- man pages for the above changes
- assorted consequential changes to the sample PMDA, pminfo and
pmdumplog
|