Changes committed to git://oss.sgi.com/kenj/pcp.git dev
man/man3/pmunpackeventrecords.3 | 34 ++++-
src/cpan/PMDA/PMDA.xs | 15 --
src/dbpmda/src/util.c | 2
src/include/pmapi.h | 2
src/libpcp/src/endian.c | 231 ++++++++++++++++++++--------------------
src/libpcp/src/events.c | 30 +++--
src/libpcp/src/util.c | 2
src/libpcp_import/src/archive.c | 4
src/pmcd/pmdaproc.sh | 45 ++++---
src/pmdas/sample/src/events.c | 2
src/pmdumplog/pmdumplog.c | 4
src/pminfo/pminfo.c | 2
src/pmlogger/events.c | 2
src/pmstore/pmstore.c | 11 -
14 files changed, 213 insertions(+), 173 deletions(-)
commit ee02f2d07f210776d98df298a0608f5335d69190
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Dec 8 18:08:30 2010 +1100
dbpmda - fix minor bug
When getdesc is "on", the pmResult dumper sometimes outputs 0x0x
as the prefix for an address instead of 0x ... fixed.
commit daebf25eecef7bad65f8308c35cfae0ebf481aa5
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Dec 8 18:07:11 2010 +1100
pmdaproc.sh - finish off perl PMDA changes
Last round of changes were not quite correct for handling of pmns.perl
and domain.h.perl ... fixed in this commit.
commit 15523e9fa57ac1ec422a581ab216c516fd177bbd
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Dec 8 18:06:11 2010 +1100
cpan/PMDA - move to PMDA_INTERFACE_5
Allows cleaner handling of dynamic memory associated with string
values.
commit 8fa024433e969c21f1fdd60855ff72b58114ceec
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Dec 8 18:05:24 2010 +1100
Another round of event record changes
These ones follow Nathan's review ...
- make the man page for pmUnpackEventRecords match the code
and document how event.flags and event.missed are used
- change PM_ER_FLAG_MISSED to PM_EVENT_FLAG_MISSED and be more
strict about checking that when this bit is set, no other
bits are set in the flags field of a packed event record
- clean up the byte-swabbing code dealing with packed event
arrays in PDUs
- and some cosmetic changes
commit 38cb95a15e57a4423858a82a0b6715da7fd76cef
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Dec 8 06:48:40 2010 +1100
libpcp_import - remove old TODO
Code is correct, TODO comment no longer needed ... just tidying up.
|