X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,FH_DATE_PAST_20XX autolearn=no version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o3D4WcZa190329 for ; Mon, 12 Apr 2010 23:32:38 -0500 X-ASG-Debug-ID: 1271133270-47d1029a0000-S8gJnT X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from mail.internode.on.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 707001D410C3 for ; Mon, 12 Apr 2010 21:34:30 -0700 (PDT) Received: from mail.internode.on.net (bld-mail19.adl2.internode.on.net [150.101.137.104]) by cuda.sgi.com with ESMTP id bBhUtlvOFp6EnBSX for ; Mon, 12 Apr 2010 21:34:30 -0700 (PDT) Received: from [192.168.1.100] (unverified [118.209.168.7]) by mail.internode.on.net (SurgeMail 3.8f2) with ESMTP id 20279195-1927428 for ; Tue, 13 Apr 2010 14:04:29 +0930 (CST) X-ASG-Orig-Subj: pcp updates - Generalized DSO PMDA support for PM_CONTEXT_LOCAL (part 2) Subject: pcp updates - Generalized DSO PMDA support for PM_CONTEXT_LOCAL (part 2) From: Ken McDonell Reply-To: kenj@internode.on.net To: pcp@oss.sgi.com Content-Type: text/plain; charset="UTF-8" Date: Tue, 13 Apr 2010 14:34:04 +1000 Message-ID: <1271133244.24244.160.camel@bozo.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: bld-mail19.adl2.internode.on.net[150.101.137.104] X-Barracuda-Start-Time: 1271133272 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0036 1.0000 -1.9976 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.00 X-Barracuda-Spam-Status: No, SCORE=-2.00 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.27356 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean Second round of changes incorporating Nathan's review comments. Changes committed to git://oss.sgi.com/kenj/pcp.git dev man/man1/pminfo.1 | 32 -- man/man1/pmprobe.1 | 32 -- man/man1/pmval.1 | 33 -- man/man3/GNUmakefile | 3 man/man3/pmlocalpmda.3 | 5 man/man3/pmspeclocalpmda.3 | 118 ++++++++++ src/include/impl.h | 1 src/libpcp/src/GNUmakefile | 2 src/libpcp/src/connect.c | 363 -------------------------------- src/libpcp/src/connectlocal.c | 474 ++++++++++++++++++++++++++++++++++++++++++ src/pminfo/GNUmakefile | 2 src/pminfo/do_local_spec.c | 107 --------- src/pminfo/pminfo.c | 8 src/pmprobe/GNUmakefile | 10 src/pmprobe/pmprobe.c | 5 src/pmval/GNUmakefile | 10 src/pmval/pmval.c | 8 17 files changed, 627 insertions(+), 586 deletions(-) commit 05ded3f96c18ae7cddec542e4dbf798b042ac9fa Author: Ken McDonell Date: Tue Apr 13 14:04:24 2010 +1000 Generalized DSO PMDA support for PM_CONTEXT_LOCAL (part 2) Changes after Nathan's review. Mostly this involves renaming the command-line -K "spec" parsing routine to __pmSpecLocalPMDA() and promoting this to libpcp.