update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / eventlog /
2011-05-29 Duncan CouttsFix build on windows (hopefully)
2011-05-26 Duncan CouttsEmit various bits of OS process info into the eventlog
2011-05-26 Duncan CouttsAdd capability sets to the tracing/events system
2011-05-26 Duncan CouttsMake the tracing of the startup event more regular
2011-05-22 Duncan CouttsRevert "Add capability sets to the event system. Contai...
2011-05-18 Spencer JanssenAdd capability sets to the event system. Contains code...
2011-01-27 Simon MarlowAnnotate thread stop events with the owner of the black...
2010-12-10 Simon Marlowallocate enough room for the longer filename (addendum...
2010-12-03 Dmitry AstapovFixes for #4512: EventLog.c - provides ability to termi...
2010-11-05 scpmw@leeds.ac.ukEventlog: Put correct size for startup event
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-05-14 Simon Marlowadd missing initialisation for eventBufMutex
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-02-26 Simon MarlowFix crash when using printf format specifiers in traceE...
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-10-15 Simon MarlowAdd events to show when GC threads are idle/working
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-16 Simon Marlowtypo in error message
2009-09-15 Simon MarlowEvent tracing: put the capability in the block marker...
2009-09-13 Simon MarlowAdd event block markers
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-04 Simon Marlowfix off-by-one in memory allocation
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-13 donnie@darthik.comRemoved unused function postEventTypeID.
2009-04-13 donnie@darthik.comAdded new EventLog event: Spark to Thread.
2009-04-13 donnie@darthik.comChanged postEvent last argument from "nat from" to...
2009-04-13 donnie@darthik.comFixed ThreadID to be defined as StgThreadID, not StgWor...
2009-04-03 donnie@darthik.comFixed error in order of EventTypeDescriptions -- seq...
2009-04-03 donnie@darthik.comEventlog support for new event type: create spark.
2009-03-19 Simon MarlowFix warnings with older versions of gcc (3.4.5)
2009-03-17 Simon MarlowAdd fast event logging