| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Flush eventlog buffers from flushEventLog | Ben Gamari | 2020-11-24 | 1 | -2/+2 |
* | winio: Display thread labels when tracing scheduler events. | Andreas Klebinger | 2020-07-15 | 1 | -18/+24 |
* | winio: Add IOPort synchronization primitive | Tamar Christina | 2020-07-15 | 1 | -0/+1 |
* | rts: Expose interface for configuring EventLogWriters | Ben Gamari | 2019-11-23 | 1 | -23/+6 |
* | Merge non-moving garbage collector | Ben Gamari | 2019-10-23 | 1 | -0/+53 |
|\ |
|
| * | NonmovingCensus: Emit samples to eventlogwip/gc/instrumentation | Ben Gamari | 2019-10-22 | 1 | -0/+10 |
| * | rts: Tracing support for nonmoving collection events | Ben Gamari | 2019-10-22 | 1 | -0/+43 |
* | | eventlog: Dump cost centre stack on each sample | Matthew Pickering | 2019-10-23 | 1 | -0/+16 |
|/ |
|
* | eventlog: Add biographical and retainer profiling traces | Matthew Pickering | 2019-09-17 | 1 | -0/+6 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 1 | -1/+1 |
* | Add HEAP_PROF_SAMPLE_END event to mark end of samples | Matthew Pickering | 2019-06-07 | 1 | -0/+7 |
* | eventlog: Log the current stack size when stack overflows | Matthew Pickering | 2018-11-19 | 1 | -0/+5 |
* | rts: Stop tracing environment variables (fixes #15371) | Mitsutoshi Aoe | 2018-10-14 | 1 | -10/+0 |
* | Add traceBinaryEvent# primop | Mitsutoshi Aoe | 2018-08-21 | 1 | -0/+11 |
* | rts: Flush eventlog in hs_init_ghc (fixes #15440) | Mitsutoshi Aoe | 2018-07-27 | 1 | -0/+7 |
* | Fix Work Balance computation in RTS stats | Douglas Wilson | 2017-07-11 | 1 | -2/+4 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -33/+33 |
* | Typos [ci skip] | Gabor Greif | 2017-02-15 | 1 | -1/+1 |
* | Abstract over the way eventlogs are flushed | alexbiehl | 2017-01-31 | 1 | -3/+18 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -1/+1 |
* | Remove the DEBUG_<blah> variables, use RtsFlags directly | Simon Marlow | 2016-08-03 | 1 | -41/+0 |
* | Only trace cap/capset events if we're tracing anything else | Simon Marlow | 2016-08-03 | 1 | -5/+14 |
* | Log heap profiler samples to event log | Ben Gamari | 2016-07-16 | 1 | -0/+43 |
* | rts: Fix C compiler warnings on Windows | Erik de Castro Lopo | 2016-05-11 | 1 | -6/+7 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -4/+4 |
* | Remove cygwin32_HOST_OS #ifdefs | Erik de Castro Lopo | 2015-10-26 | 1 | -1/+1 |
* | tracing: Kill EVENT_STARTUP | Ben Gamari | 2015-09-05 | 1 | -7/+0 |
* | Squash typos in comments | Gabor Greif | 2015-06-12 | 1 | -1/+1 |
* | Don't truncate traceEvents to 512 bytes (#8309) | Thomas Miedema | 2015-02-17 | 1 | -21/+18 |
* | Add missing va_end to va_start | Thomas Miedema | 2015-02-17 | 1 | -0/+2 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: detabify/dewhitespace Trace.c | Austin Seipp | 2014-08-20 | 1 | -20/+20 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | 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 |