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