summaryrefslogtreecommitdiff
path: root/rts/eventlog
Commit message (Expand)AuthorAgeFilesLines
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-272-7/+10
* allocate enough room for the longer filename (addendum to #4512)Simon Marlow2010-12-101-1/+3
* Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc...Dmitry Astapov2010-12-032-4/+40
* Eventlog: Put correct size for startup eventscpmw@leeds.ac.uk2010-11-051-1/+4
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* add missing initialisation for eventBufMutexSimon Marlow2010-05-141-0/+4
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-1/+1
* Fix crash when using printf format specifiers in traceEvent (#3874)Simon Marlow2010-02-262-3/+3
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+0
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-152-1/+32
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-252-5/+14
* typo in error messageSimon Marlow2009-09-161-1/+1
* Event tracing: put the capability in the block marker, omit it from the eventsSimon Marlow2009-09-151-44/+38
* Add event block markersSimon Marlow2009-09-132-71/+72
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Unify event logging and debug tracing.Simon Marlow2009-08-292-86/+167
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* use C99-style array initialisersSimon Marlow2009-08-031-16/+16
* fix off-by-one in memory allocationSimon Marlow2009-08-041-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-022-1/+4
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-231-16/+12
* Removed unused function postEventTypeID.donnie@darthik.com2009-04-131-3/+0
* Added new EventLog event: Spark to Thread.donnie@darthik.com2009-04-131-1/+14
* Changed postEvent last argument from "nat from" to "StgWord64 other".donnie@darthik.com2009-04-132-5/+5
* Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed Capabili...donnie@darthik.com2009-04-131-11/+16
* Fixed error in order of EventTypeDescriptions -- seq and par GC come after st...donnie@darthik.com2009-04-031-2/+2
* Eventlog support for new event type: create spark.donnie@darthik.com2009-04-031-1/+4
* Fix warnings with older versions of gcc (3.4.5)Simon Marlow2009-03-191-55/+44
* Add fast event loggingSimon Marlow2009-03-172-0/+519