Changes committed to git://oss.sgi.com/nathans/pcp.git
src/pmdas/etw/GNUmakefile | 12
src/pmdas/etw/tdhconsume.c | 671 +++++++++++++++++++++++++++++++++++++++++++++
src/pmdas/etw/tdhlist.c | 17 -
src/pmdas/etw/util.c | 75 +++++
src/pmdas/etw/util.h | 22 +
src/win32ctl/include/tdh.h | 75 +++++
6 files changed, 858 insertions(+), 14 deletions(-)
commit ddd9a64523d2a2a03f30d653580f25f615c62110
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 20 21:46:15 2011 +1100
Sample consumer code for Windows ETW, experimentation continues.
Extract some common code into util.c for sharing between utilities.
commit e05cd818786f80e1c3a509df7511fe178e0f0aa8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 20 21:42:20 2011 +1100
Add missing type definition enums from tdh.h.
|