summaryrefslogtreecommitdiff
path: root/rts/eventlog
Commit message (Expand)AuthorAgeFilesLines
...
* bugfix: EventCapsetID should be EventThreadIDSimon Marlow2014-09-291-1/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-282-0/+16
* rts: delint/detab/dewhitespace EventLog.cAustin Seipp2014-07-281-33/+36
* rts: Fix #9003 with an annoying hackAustin Seipp2014-07-091-0/+5
* rts: remove unused functions, fix validate on OS XAustin Seipp2014-03-271-7/+1
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-152-0/+25
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-072-20/+20
* Define the task-tracking eventsDuncan Coutts2012-07-102-9/+101
* A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+4
* Make the prototype for postHeapEvent match the definitionIan Lynagh2012-04-241-1/+1
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-041-0/+2
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-042-1/+23
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-041-0/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-042-0/+150
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-042-9/+46
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-062-6/+22
* Time handling overhaulSimon Marlow2011-11-251-1/+1
* Drop ".exe" exetention from eventlog file nameDuncan Coutts2011-11-221-3/+18
* Add eventlog event for thread labelsDuncan Coutts2011-11-042-0/+40
* Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-262-0/+54
* Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-262-11/+11
* Sync EventLogFormat.h with ghc-eventsDuncan Coutts2011-07-181-3/+3
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-182-7/+68
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-5/+1
* Add spark counter tracingDuncan Coutts2011-07-182-1/+37
* Fix build on windows (hopefully)Duncan Coutts2011-05-291-1/+1
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-262-1/+100
* Add capability sets to the tracing/events systemDuncan Coutts2011-05-262-1/+72
* Make the tracing of the startup event more regularDuncan Coutts2011-05-262-4/+18
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-232-177/+1
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-182-1/+177
* 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