| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -6/+6 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
* | Overhaul of Compact Regions (#12455) | Simon Marlow | 2016-12-07 | 1 | -0/+1 |
* | Remove the DEBUG_<blah> variables, use RtsFlags directly | Simon Marlow | 2016-08-03 | 1 | -17/+17 |
* | Only trace cap/capset events if we're tracing anything else | Simon Marlow | 2016-08-03 | 1 | -10/+15 |
* | Log heap profiler samples to event log | Ben Gamari | 2016-07-16 | 1 | -0/+19 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -12/+12 |
* | rts: drop unused 'traceEventThreadRunnable' | Sergei Trofimovich | 2016-02-07 | 1 | -11/+0 |
* | rts: Clean up whitespace in Trace.h | Ben Gamari | 2015-09-26 | 1 | -24/+24 |
* | tracing: Kill EVENT_STARTUP | Ben Gamari | 2015-09-05 | 1 | -24/+0 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Add a new traceMarker# primop for use in profiling output | Duncan Coutts | 2012-10-15 | 1 | -0/+10 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -22/+22 |
* | Fix build on OS X | Ian Lynagh | 2012-07-15 | 1 | -2/+2 |
* | Fix dtraceTaskCreate | Ian Lynagh | 2012-07-15 | 1 | -4/+6 |
* | Fix a CPP typo | Ian Lynagh | 2012-07-14 | 1 | -1/+1 |
* | Have a go at fixing the heap info DTrace build failue on OSX | Duncan Coutts | 2012-07-10 | 1 | -19/+0 |
* | Define the task-tracking events | Duncan Coutts | 2012-07-10 | 1 | -0/+62 |
* | Fix RTS build on OS X | Manuel M T Chakravarty | 2012-04-10 | 1 | -2/+20 |
* | Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GC | Mikolaj | 2012-04-04 | 1 | -0/+9 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 1 | -0/+25 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -2/+140 |
* | Add eventlog/trace stuff for capabilities: create/delete/enable/disable | Duncan Coutts | 2012-04-04 | 1 | -19/+50 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 1 | -0/+1 |
* | Add eventlog event for thread labels | Duncan Coutts | 2011-11-04 | 1 | -0/+23 |
* | Add an RTS eventlog tracing class for user messages | Duncan Coutts | 2011-10-27 | 1 | -0/+1 |
* | Add new eventlog EVENT_WALL_CLOCK_TIME for time matching | Duncan Coutts | 2011-10-26 | 1 | -0/+10 |
* | Rename traceCapsetModify for consistency and clarity | Duncan Coutts | 2011-10-26 | 1 | -8/+8 |
* | Fix build on OSX, thanks to David Peixotto | Ben Lippmeier | 2011-07-22 | 1 | -1/+1 |
* | Add new fully-accurate per-spark trace/eventlog events | Duncan Coutts | 2011-07-18 | 1 | -38/+90 |
* | Move GC tracing into a separate trace class | Duncan Coutts | 2011-07-18 | 1 | -30/+31 |
* | include spark counters in the sparks trace class | Mikolaj | 2011-07-18 | 1 | -1/+1 |
* | add a new trace class for spark events | Duncan Coutts | 2011-07-18 | 1 | -3/+10 |
* | Add spark counter tracing | Duncan Coutts | 2011-07-18 | 1 | -16/+42 |
* | Fix build on OS X: Correct silly errors in Trace.h | Ian Lynagh | 2011-06-27 | 1 | -3/+3 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -3/+4 |
* | Fix a typo in a comment | Ian Lynagh | 2011-06-25 | 1 | -1/+1 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+10 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 1 | -0/+60 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 1 | -6/+10 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -69/+0 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -0/+69 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 1 | -8/+15 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -1/+1 |
* | Only reset the event log if logging is turned on (addendum to #4512) | Simon Marlow | 2010-12-10 | 1 | -0/+1 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -2/+2 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -0/+10 |
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -1/+236 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 1 | -0/+12 |