Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/pmdas/mmv/.gitignore | 9
src/pmdas/mmv/GNUmakefile | 63 +-
src/pmdas/mmv/Install | 36 -
src/pmdas/mmv/Makefile.demos | 33 +
src/pmdas/mmv/README.demos | 26 +
src/pmdas/mmv/Remove | 23 -
src/pmdas/mmv/acme.c | 154 ++++++-
src/pmdas/mmv/mmv.c | 898 ------------------------------------------
src/pmdas/mmv/mmvdump.c | 11
src/pmdas/mmv/root_mmv | 13
src/pmdas/mmv/src/.gitignore | 9
src/pmdas/mmv/src/GNUmakefile | 59 ++
src/pmdas/mmv/src/Install | 36 +
src/pmdas/mmv/src/Remove | 23 +
src/pmdas/mmv/src/mmv.c | 898 ++++++++++++++++++++++++++++++++++++++++++
src/pmdas/mmv/src/root_mmv | 13
src/pmdas/trace/README.demos | 7
17 files changed, 1271 insertions(+), 1040 deletions(-)
commit e1a594707335c9f15056e8c695188c400985e2a4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 3 11:57:26 2013 +1000
Fix several buglets in MMV demo program
commit 9db4234b56502a417226eb0651d391f73074cdb9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 3 11:29:05 2013 +1000
Remove IRIX references from installed trace demo apps.
commit af9a26c4040285c66518046ef849802866260cc8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 3 11:28:35 2013 +1000
Demonstration programs for the MMV API
Add some demo programs, installed to $PCP_DEMOS_DIR/mmv,
which will be referenced in the PCP Programmers Guide as
the MMV PMDA and client library are being explained.
Add a Makefile and README file into the installed set as
well, to help out anyone trying to figure out this demo.
|