summaryrefslogtreecommitdiff
path: root/rts/Trace.c
Commit message (Expand)AuthorAgeFilesLines
* Squash typos in commentsGabor Greif2015-06-121-1/+1
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-171-21/+18
* Add missing va_end to va_startThomas Miedema2015-02-171-0/+2
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace Trace.cAustin Seipp2014-08-201-20/+20
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-0/+1
* Fix build on OS X (fix from Duncan Coutts)Ian Lynagh2012-10-161-0/+5
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-151-0/+22
* More OS X build fixesIan Lynagh2012-09-141-13/+13
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-23/+23
* Define the task-tracking eventsDuncan Coutts2012-07-101-0/+46
* Fix warnings on Win64Ian Lynagh2012-04-261-13/+13
* Turn on TRACE_gc with +RTS -Ds (this regressed at some point)Simon Marlow2012-04-111-1/+2
* Fix crash with debug tracing and the new heap eventsSimon Marlow2012-04-111-10/+28
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-041-0/+3
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-041-0/+13
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-0/+41
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-041-6/+35
* when tracing to stderr, make the capset events conditional on TRACE_schedSimon Marlow2012-03-231-3/+4
* Disable some debug prints that a plain +RTS -DS was enablingIan Lynagh2012-03-221-0/+2
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+7
* Add eventlog event for thread labelsDuncan Coutts2011-11-041-0/+18
* Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-271-3/+11
* Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-261-0/+6
* Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-261-13/+13
* 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