summaryrefslogtreecommitdiff
path: root/rts/Trace.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make the tracing of the startup event more regularDuncan Coutts2011-05-261-6/+10
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-69/+0
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-0/+69
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-271-8/+15
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-1/+1
* Only reset the event log if logging is turned on (addendum to #4512)Simon Marlow2010-12-101-0/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-0/+10
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+236
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-151-0/+12
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-0/+5
* Optimise the code generated at trace pointsSimon Marlow2009-09-121-118/+67
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Unify event logging and debug tracing.Simon Marlow2009-08-291-38/+134
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* Add fast event loggingSimon Marlow2009-03-171-12/+10
* Add +RTS -vg flag for requesting some GC trace messages, outside DEBUGSimon Marlow2008-04-161-7/+4
* kill the PAR/GRAN debug flagssimonmar@microsoft.com2007-11-221-30/+1
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-131-0/+2
* Asynchronous exception support for SMPSimon Marlow2006-06-161-2/+2
* New tracing interfaceSimon Marlow2006-06-081-0/+123