Add capability sets to the tracing/events system
authorDuncan Coutts <duncan@well-typed.com>
Thu, 26 May 2011 15:42:37 +0000 (16:42 +0100)
committerDuncan Coutts <duncan@well-typed.com>
Thu, 26 May 2011 17:47:38 +0000 (18:47 +0100)
commit43c7d555c8d7eea6ba0d76bce33be8d25a01c6fd
treebdedeec69be072afc7dc5818652d85a3b42a10cf
parentc4f9b989c605776c1f07929672a856f07d9b4b44
Add capability sets to the tracing/events system

We trace the creation and shutdown of capabilities. All the capabilities
in the process are assigned to one capabilitiy set of OS-process type.

This is a second version of the patch. Includes work by Spencer Janssen.
rts/Capability.c
rts/RtsProbes.d
rts/Trace.c
rts/Trace.h
rts/eventlog/EventLog.c
rts/eventlog/EventLog.h