| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Allow output filename of eventlog to be given by command-line | Ben Gamari | 2018-11-02 | 1 | -27/+37 |
* | eventlog: Factor out eventlog header generation into separate function | Ben Gamari | 2018-09-13 | 1 | -35/+40 |
* | Add traceBinaryEvent# primop | Mitsutoshi Aoe | 2018-08-21 | 2 | -6/+51 |
* | Remove MAX_PATH restrictions from RTS, I/O manager and various utilities | Tamar Christina | 2018-03-31 | 1 | -1/+2 |
* | rts: Add heap breakdown type for -hT | Ben Gamari | 2017-09-05 | 1 | -0/+2 |
* | eventlog: Clean up profiling heap breakdown type | Ben Gamari | 2017-09-05 | 1 | -9/+0 |
* | Fix Work Balance computation in RTS stats | Douglas Wilson | 2017-07-11 | 2 | -5/+11 |
* | rts: A bit of cleanup around the eventlog | Ben Gamari | 2017-06-19 | 1 | -67/+30 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 3 | -12/+12 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
* | Abstract over the way eventlogs are flushed | alexbiehl | 2017-01-31 | 3 | -78/+175 |
* | Log heap profiler samples to event log | Ben Gamari | 2016-07-16 | 2 | -0/+203 |
* | NUMA support | Simon Marlow | 2016-06-10 | 1 | -1/+1 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 2 | -19/+19 |
* | EventLog: Loop fwrite if necessary during flush | Ben Gamari | 2015-11-01 | 1 | -10/+12 |
* | tracing: Kill EVENT_STARTUP | Ben Gamari | 2015-09-05 | 2 | -16/+0 |
* | EventLog: Factor out ensureRoomFor*Event | Ben Gamari | 2015-09-05 | 1 | -83/+41 |
* | Don't truncate traceEvents to 512 bytes (#8309) | Thomas Miedema | 2015-02-17 | 2 | -12/+5 |
* | Trac #9384: fix increasing capabilites number for eventlog. | Alexander Vershilov | 2015-01-18 | 1 | -0/+9 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 2 | -16/+0 |
* | bugfix: EventCapsetID should be EventThreadID | Simon Marlow | 2014-09-29 | 1 | -1/+1 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 2 | -0/+16 |
* | rts: delint/detab/dewhitespace EventLog.c | Austin Seipp | 2014-07-28 | 1 | -33/+36 |
* | rts: Fix #9003 with an annoying hack | Austin Seipp | 2014-07-09 | 1 | -0/+5 |
* | rts: remove unused functions, fix validate on OS X | Austin Seipp | 2014-03-27 | 1 | -7/+1 |
* | Add a new traceMarker# primop for use in profiling output | Duncan Coutts | 2012-10-15 | 2 | -0/+25 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 2 | -20/+20 |
* | Define the task-tracking events | Duncan Coutts | 2012-07-10 | 2 | -9/+101 |
* | A couple of build fixes for Win64 | Ian Lynagh | 2012-04-24 | 1 | -1/+4 |
* | Make the prototype for postHeapEvent match the definition | Ian Lynagh | 2012-04-24 | 1 | -1/+1 |
* | Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GC | Mikolaj | 2012-04-04 | 1 | -0/+2 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 2 | -1/+23 |
* | Adjust the eventlog description header for the spark counter event | Duncan Coutts | 2012-04-04 | 1 | -0/+1 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 2 | -0/+150 |
* | Add eventlog/trace stuff for capabilities: create/delete/enable/disable | Duncan Coutts | 2012-04-04 | 2 | -9/+46 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 2 | -6/+22 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -1/+1 |
* | Drop ".exe" exetention from eventlog file name | Duncan Coutts | 2011-11-22 | 1 | -3/+18 |
* | Add eventlog event for thread labels | Duncan Coutts | 2011-11-04 | 2 | -0/+40 |
* | Add new eventlog EVENT_WALL_CLOCK_TIME for time matching | Duncan Coutts | 2011-10-26 | 2 | -0/+54 |
* | Rename traceCapsetModify for consistency and clarity | Duncan Coutts | 2011-10-26 | 2 | -11/+11 |
* | Sync EventLogFormat.h with ghc-events | Duncan Coutts | 2011-07-18 | 1 | -3/+3 |
* | Add new fully-accurate per-spark trace/eventlog events | Duncan Coutts | 2011-07-18 | 2 | -7/+68 |
* | Move GC tracing into a separate trace class | Duncan Coutts | 2011-07-18 | 1 | -5/+1 |
* | Add spark counter tracing | Duncan Coutts | 2011-07-18 | 2 | -1/+37 |
* | Fix build on windows (hopefully) | Duncan Coutts | 2011-05-29 | 1 | -1/+1 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 2 | -1/+100 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 2 | -1/+72 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 2 | -4/+18 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 2 | -177/+1 |