| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 2 | -1/+177 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 2 | -7/+10 |
* | allocate enough room for the longer filename (addendum to #4512) | Simon Marlow | 2010-12-10 | 1 | -1/+3 |
* | Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc... | Dmitry Astapov | 2010-12-03 | 2 | -4/+40 |
* | Eventlog: Put correct size for startup event | scpmw@leeds.ac.uk | 2010-11-05 | 1 | -1/+4 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -2/+2 |
* | add missing initialisation for eventBufMutex | Simon Marlow | 2010-05-14 | 1 | -0/+4 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -1/+1 |
* | Fix crash when using printf format specifiers in traceEvent (#3874) | Simon Marlow | 2010-02-26 | 2 | -3/+3 |
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -1/+0 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 2 | -1/+32 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 2 | -5/+14 |
* | typo in error message | Simon Marlow | 2009-09-16 | 1 | -1/+1 |
* | Event tracing: put the capability in the block marker, omit it from the events | Simon Marlow | 2009-09-15 | 1 | -44/+38 |