summaryrefslogtreecommitdiff
path: root/rts/eventlog/EventLog.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-111-1/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Abstract over the way eventlogs are flushedalexbiehl2017-01-311-1/+2
* Log heap profiler samples to event logBen Gamari2016-07-161-0/+20
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-4/+4
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-051-2/+0
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-171-3/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-151-0/+2
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-10/+10
* Define the task-tracking eventsDuncan Coutts2012-07-101-8/+18
* Make the prototype for postHeapEvent match the definitionIan Lynagh2012-04-241-1/+1
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-041-0/+3
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-0/+25
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-041-0/+6
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+1
* Add eventlog event for thread labelsDuncan Coutts2011-11-041-0/+13
* Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-261-0/+2
* Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-261-4/+4
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-181-0/+5
* Add spark counter tracingDuncan Coutts2011-07-181-0/+7
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+15
* Add capability sets to the tracing/events systemDuncan Coutts2011-05-261-0/+7
* Make the tracing of the startup event more regularDuncan Coutts2011-05-261-0/+2
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-29/+0
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-0/+29
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-271-2/+3
* Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc...Dmitry Astapov2010-12-031-0/+2
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-1/+1
* Fix crash when using printf format specifiers in traceEvent (#3874)Simon Marlow2010-02-261-1/+1
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-151-1/+11
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-0/+2
* Add event block markersSimon Marlow2009-09-131-2/+0
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Unify event logging and debug tracing.Simon Marlow2009-08-291-18/+23
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Changed postEvent last argument from "nat from" to "StgWord64 other".donnie@darthik.com2009-04-131-4/+4
* Add fast event loggingSimon Marlow2009-03-171-0/+52