| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement atomicReadMVar, fixing #4001. | Edward Z. Yang | 2013-07-09 | 1 | -0/+1 |
* | Fix build on OS X (fix from Duncan Coutts) | Ian Lynagh | 2012-10-16 | 1 | -0/+5 |
* | Add a new traceMarker# primop for use in profiling output | Duncan Coutts | 2012-10-15 | 1 | -0/+22 |
* | More OS X build fixes | Ian Lynagh | 2012-09-14 | 1 | -13/+13 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -23/+23 |
* | Define the task-tracking events | Duncan Coutts | 2012-07-10 | 1 | -0/+46 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -13/+13 |
* | Turn on TRACE_gc with +RTS -Ds (this regressed at some point) | Simon Marlow | 2012-04-11 | 1 | -1/+2 |
* | Fix crash with debug tracing and the new heap events | Simon Marlow | 2012-04-11 | 1 | -10/+28 |
* | Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GC | Mikolaj | 2012-04-04 | 1 | -0/+3 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 1 | -0/+13 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -0/+41 |
* | Add eventlog/trace stuff for capabilities: create/delete/enable/disable | Duncan Coutts | 2012-04-04 | 1 | -6/+35 |
* | when tracing to stderr, make the capset events conditional on TRACE_sched | Simon Marlow | 2012-03-23 | 1 | -3/+4 |
* | Disable some debug prints that a plain +RTS -DS was enabling | Ian Lynagh | 2012-03-22 | 1 | -0/+2 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 1 | -0/+7 |
* | Add eventlog event for thread labels | Duncan Coutts | 2011-11-04 | 1 | -0/+18 |
* | Add an RTS eventlog tracing class for user messages | Duncan Coutts | 2011-10-27 | 1 | -3/+11 |
* | Add new eventlog EVENT_WALL_CLOCK_TIME for time matching | Duncan Coutts | 2011-10-26 | 1 | -0/+6 |
* | Rename traceCapsetModify for consistency and clarity | Duncan Coutts | 2011-10-26 | 1 | -13/+13 |
* | Add new fully-accurate per-spark trace/eventlog events | Duncan Coutts | 2011-07-18 | 1 | -16/+70 |
* | Move GC tracing into a separate trace class | Duncan Coutts | 2011-07-18 | 1 | -34/+56 |
* | add a new trace class for spark events | Duncan Coutts | 2011-07-18 | 1 | -0/+10 |
* | Add spark counter tracing | Duncan Coutts | 2011-07-18 | 1 | -0/+16 |
* | Fix a warning in DEBUG code | Ian Lynagh | 2011-06-01 | 1 | -1/+1 |
* | fix format specs on 64-bit builds | Simon Marlow | 2011-05-31 | 1 | -4/+6 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+49 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 1 | -0/+33 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 1 | -0/+6 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -67/+0 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -0/+67 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 1 | -13/+30 |
* | Only reset the event log if logging is turned on (addendum to #4512) | Simon Marlow | 2010-12-10 | 1 | -0/+8 |
* | tidy up spacing in stderr traces | Simon Marlow | 2010-03-26 | 1 | -2/+2 |
* | Fix crash when using printf format specifiers in traceEvent (#3874) | Simon Marlow | 2010-02-26 | 1 | -3/+11 |
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -2/+16 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 1 | -0/+21 |
* | tracing wibble (make -ls work with a -debug RTS) | Simon Marlow | 2009-10-06 | 1 | -6/+5 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 1 | -22/+19 |
* | Make it so that -Ds implies -ls | Simon Marlow | 2009-09-23 | 1 | -5/+5 |
* | only create the .eventlog file if any tracing options are enabled | Simon Marlow | 2009-09-16 | 1 | -3/+32 |
* | Optimise the code generated at trace points | Simon Marlow | 2009-09-12 | 1 | -5/+34 |
* | Fix warnings on 64-bit platforms; fixes validate on x86-64 | Simon Marlow | 2009-09-08 | 1 | -17/+19 |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 1 | -25/+190 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -2/+4 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -2/+0 |
* | Add fast event logging | Simon Marlow | 2009-03-17 | 1 | -59/+7 |
* | Add +RTS -vg flag for requesting some GC trace messages, outside DEBUG | Simon Marlow | 2008-04-16 | 1 | -0/+1 |
* | Using RTS debug tracing support inside Hpc.c | andy@galois.com | 2007-02-13 | 1 | -0/+1 |
* | New tracing interface | Simon Marlow | 2006-06-08 | 1 | -0/+155 |