[commit: ghc] master: Add capability sets to the tracing/events system (43c7d55)

Duncan Coutts duncan.coutts at googlemail.com
Thu May 26 19:50:22 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/43c7d555c8d7eea6ba0d76bce33be8d25a01c6fd

>---------------------------------------------------------------

commit 43c7d555c8d7eea6ba0d76bce33be8d25a01c6fd
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Thu May 26 16:42:37 2011 +0100

    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        |   13 ++++++++-
 rts/RtsProbes.d         |    6 ++++
 rts/Trace.c             |   33 +++++++++++++++++++++++
 rts/Trace.h             |   60 ++++++++++++++++++++++++++++++++++++++++++
 rts/eventlog/EventLog.c |   66 ++++++++++++++++++++++++++++++++++++++++++++++-
 rts/eventlog/EventLog.h |    7 +++++
 6 files changed, 183 insertions(+), 2 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 43c7d555c8d7eea6ba0d76bce33be8d25a01c6fd



More information about the Cvs-ghc mailing list