summaryrefslogtreecommitdiff
path: root/rts/Trace.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-181-16/+70
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-34/+56
* add a new trace class for spark eventsDuncan Coutts2011-07-181-0/+10
* Add spark counter tracingDuncan Coutts2011-07-181-0/+16
* Fix a warning in DEBUG codeIan Lynagh2011-06-011-1/+1
* fix format specs on 64-bit buildsSimon Marlow2011-05-311-4/+6
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+49
* Add capability sets to the tracing/events systemDuncan Coutts2011-05-261-0/+33
* Make the tracing of the startup event more regularDuncan Coutts2011-05-261-0/+6
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-67/+0
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-0/+67
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-271-13/+30
* Only reset the event log if logging is turned on (addendum to #4512)Simon Marlow2010-12-101-0/+8
* tidy up spacing in stderr tracesSimon Marlow2010-03-261-2/+2
* Fix crash when using printf format specifiers in traceEvent (#3874)Simon Marlow2010-02-261-3/+11
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-2/+16
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-151-0/+21
* tracing wibble (make -ls work with a -debug RTS)Simon Marlow2009-10-061-6/+5
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-22/+19
* Make it so that -Ds implies -lsSimon Marlow2009-09-231-5/+5
* only create the .eventlog file if any tracing options are enabledSimon Marlow2009-09-161-3/+32
* Optimise the code generated at trace pointsSimon Marlow2009-09-121-5/+34
* Fix warnings on 64-bit platforms; fixes validate on x86-64Simon Marlow2009-09-081-17/+19
* Unify event logging and debug tracing.Simon Marlow2009-08-291-25/+190
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-2/+4
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-2/+0
* Add fast event loggingSimon Marlow2009-03-171-59/+7
* Add +RTS -vg flag for requesting some GC trace messages, outside DEBUGSimon Marlow2008-04-161-0/+1
* Using RTS debug tracing support inside Hpc.candy@galois.com2007-02-131-0/+1
* New tracing interfaceSimon Marlow2006-06-081-0/+155