summaryrefslogtreecommitdiff
path: root/rts/Trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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