| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Flush eventlog buffers from flushEventLog | Ben Gamari | 2020-11-24 | 1 | -1/+6 |
* | rts: Post ticky entry counts to the eventlog | Ben Gamari | 2020-11-21 | 1 | -0/+5 |
* | rts: Expose interface for configuring EventLogWriters | Ben Gamari | 2019-11-23 | 1 | -2/+4 |
* | Merge non-moving garbage collector | Ben Gamari | 2019-10-23 | 1 | -0/+10 |
|\ |
|
| * | NonmovingCensus: Emit samples to eventlogwip/gc/instrumentation | Ben Gamari | 2019-10-22 | 1 | -0/+3 |
| * | rts: Tracing support for nonmoving collection events | Ben Gamari | 2019-10-22 | 1 | -0/+7 |
* | | eventlog: Dump cost centre stack on each sample | Matthew Pickering | 2019-10-23 | 1 | -0/+5 |
|/ |
|
* | eventlog: Add biographical and retainer profiling traces | Matthew Pickering | 2019-09-17 | 1 | -0/+1 |
* | Add HEAP_PROF_SAMPLE_END event to mark end of samples | Matthew Pickering | 2019-06-07 | 1 | -0/+1 |
* | Add traceBinaryEvent# primop | Mitsutoshi Aoe | 2018-08-21 | 1 | -0/+3 |
* | Fix Work Balance computation in RTS stats | Douglas Wilson | 2017-07-11 | 1 | -1/+2 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -2/+2 |
* | 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 | 1 | -1/+2 |
* | Log heap profiler samples to event log | Ben Gamari | 2016-07-16 | 1 | -0/+20 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -4/+4 |
* | tracing: Kill EVENT_STARTUP | Ben Gamari | 2015-09-05 | 1 | -2/+0 |
* | Don't truncate traceEvents to 512 bytes (#8309) | Thomas Miedema | 2015-02-17 | 1 | -3/+1 |
* | 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/+2 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -10/+10 |
* | Define the task-tracking events | Duncan Coutts | 2012-07-10 | 1 | -8/+18 |
* | Make the prototype for postHeapEvent match the definition | Ian Lynagh | 2012-04-24 | 1 | -1/+1 |
* | Fix the timestamps in GC_START and GC_END events on the GC-initiating cap | Mikolaj | 2012-04-04 | 1 | -0/+3 |
* | Add new eventlog events for various heap and GC statistics | Duncan Coutts | 2012-04-04 | 1 | -0/+25 |
* | Add eventlog/trace stuff for capabilities: create/delete/enable/disable | Duncan Coutts | 2012-04-04 | 1 | -0/+6 |
* | 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/+13 |
* | Add new eventlog EVENT_WALL_CLOCK_TIME for time matching | Duncan Coutts | 2011-10-26 | 1 | -0/+2 |
* | Rename traceCapsetModify for consistency and clarity | Duncan Coutts | 2011-10-26 | 1 | -4/+4 |
* | Add new fully-accurate per-spark trace/eventlog events | Duncan Coutts | 2011-07-18 | 1 | -0/+5 |
* | Add spark counter tracing | Duncan Coutts | 2011-07-18 | 1 | -0/+7 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+15 |
* | Add capability sets to the tracing/events system | Duncan Coutts | 2011-05-26 | 1 | -0/+7 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 1 | -0/+2 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -29/+0 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -0/+29 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 1 | -2/+3 |
* | Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc... | Dmitry Astapov | 2010-12-03 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | Fix crash when using printf format specifiers in traceEvent (#3874) | Simon Marlow | 2010-02-26 | 1 | -1/+1 |
* | Add events to show when GC threads are idle/working | Simon Marlow | 2009-10-15 | 1 | -1/+11 |
* | Add a way to generate tracing events programmatically | Simon Marlow | 2009-09-25 | 1 | -0/+2 |
* | Add event block markers | Simon Marlow | 2009-09-13 | 1 | -2/+0 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -2/+2 |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 1 | -18/+23 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -0/+4 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+1 |